Files
threeonecheck_web/node_modules/vant/lib/composables/use-global-z-index.d.ts
2025-12-29 14:59:44 +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;