GamePortrait/node_modules/vant/lib/composables/use-height.d.ts

3 lines
157 B
TypeScript

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