Spaces:
Sleeping
Sleeping
File size: 146 Bytes
6215321 |
1 2 3 |
export function setZIndexDepthId(element: HTMLElement, value = 0): void {
return element.setAttribute('data-z-index-depth', `${value || "0"}`)
} |