5 lines
214 B
TypeScript
5 lines
214 B
TypeScript
/** the global z-index is automatically incremented after reading */
|
|
export declare const useGlobalZIndex: () => number;
|
|
/** reset the global z-index */
|
|
export declare const setGlobalZIndex: (val: number) => void;
|