django-vue3-admin-web/node_modules/vant/es/composables/use-global-z-index.d.ts
2025-10-20 21:21:14 +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;