UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 199 B
import type { ShallowRef } from 'vue'; import { UseInputFunction } from '../input-types'; export declare function useInputFunction(input: ShallowRef<HTMLInputElement | undefined>): UseInputFunction;