UNPKG

vuestic-ui

Version:
4 lines (3 loc) 165 B
import { Ref } from 'vue'; /** Focus element immediately after it is rendered */ export declare const useImmediateFocus: (el: Ref<HTMLElement | undefined>) => void;