use-global-z-index.d.ts 214 B

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