UNPKG

vue-timeline-chart

Version:
6 lines (5 loc) 223 B
import { TemplateRef } from 'vue'; export declare const useElementSize: (element: TemplateRef<HTMLElement>) => { width: import("vue").ShallowRef<number, number>; height: import("vue").ShallowRef<number, number>; };