UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 309 B
import { WithInstallType } from '../shared'; import _Textarea from './textarea'; import './style'; import { TdTextareaProps } from './type'; export * from './type'; export declare type TextareaProps = TdTextareaProps; export declare const Textarea: WithInstallType<typeof _Textarea>; export default Textarea;