use-height.d.ts 157 B

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