first commit
This commit is contained in:
4
node_modules/vant/es/composables/use-global-z-index.d.ts
generated
vendored
Normal file
4
node_modules/vant/es/composables/use-global-z-index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/** 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;
|
||||
Reference in New Issue
Block a user