UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

6 lines (5 loc) 196 B
import { Ref } from 'vue'; /** * @deprecated use useElementRect instead */ export declare function useElementWidth(element: HTMLElement | undefined | Ref<HTMLElement | undefined>): Ref<number>;