Spaces:
Sleeping
Sleeping
File size: 139 Bytes
6215321 |
1 2 3 |
export function getZIndexDepth(element: HTMLElement, defaultValue = 0) {
return Number(element.getAttribute('data-z-index-depth') || 0)
} |