first commit
This commit is contained in:
2
node_modules/vant/lib/composables/use-height.d.ts
generated
vendored
Normal file
2
node_modules/vant/lib/composables/use-height.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Ref } from 'vue';
|
||||
export declare const useHeight: (element: Element | Ref<Element | undefined>, withSafeArea?: boolean) => Ref<number | undefined, number | undefined>;
|
||||
Reference in New Issue
Block a user