init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
let globalZIndex = 2000
|
||||
|
||||
export function useGlobalZIndex() {
|
||||
return ++globalZIndex
|
||||
}
|
||||
|
||||
export function setGlobalZIndex(value: number) {
|
||||
globalZIndex = value
|
||||
}
|
||||
Reference in New Issue
Block a user