UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 139 B
import type { Ref } from 'vue'; export declare const useFocus: (el: Ref<{ focus: () => void; } | null>) => { focus: () => void; };