UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

3 lines (2 loc) 154 B
import { TextareaProps, UseTextareaRender } from '../textarea-types'; export declare function useTextareaRender(props: TextareaProps): UseTextareaRender;