UNPKG

vuestic-ui

Version:
3 lines (2 loc) 201 B
import { Ref, DefineComponent, Component } from 'vue'; export declare const useHTMLElement: (key?: string | Ref<HTMLElement | DefineComponent | undefined | Component>) => Ref<HTMLElement | undefined>;