UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 234 B
import { Ref, SetupContext } from 'vue'; import { TextareaProps, UseTextareaEvent } from '../textarea-types'; export declare function useTextareaEvent(isFocus: Ref<boolean>, props: TextareaProps, ctx: SetupContext): UseTextareaEvent;