UNPKG

214 BTypeScriptView Raw
1/** the global z-index is automatically incremented after reading */
2export declare const useGlobalZIndex: () => number;
3/** reset the global z-index */
4export declare const setGlobalZIndex: (val: number) => void;