ckgl/node_modules/vant/es/composables/use-global-z-index.d.ts
2024-12-21 13:52:42 +08:00

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;