UNPKG

vant

Version:

Mobile UI Components built on Vue

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