use-height.d.ts 177 B

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