UNPKG

vant

Version:

Mobile UI Components built on Vue

5 lines (4 loc) 214 B
/** 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;