ckgl/node_modules/vant/lib/composables/use-height.d.ts
2024-12-21 13:52:42 +08:00

3 lines
177 B
TypeScript

import { Ref } from 'vue';
export declare const useHeight: (element: Element | Ref<Element | undefined>, withSafeArea?: boolean) => Ref<number | undefined, number | undefined>;