UNPKG

vuestic-ui

Version:
4 lines (3 loc) 193 B
import { Ref } from 'vue'; /** Returns ref of current component instance element */ export declare const useCurrentElement: (el?: Ref<HTMLElement | undefined>) => Ref<HTMLElement | undefined>;