UNPKG

tdesign-pro-component

Version:

ProComponents tdesign-vue-next + Vue3 + TS

75 lines (74 loc) 3.35 kB
export declare const ProFormTextarea: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormTextareaProps> & Readonly<{ "onUpdate:modelValue"?: ((...args: any) => any) | undefined; onChange?: ((...args: any) => any) | undefined; onBlur?: ((...args: any) => any) | undefined; onFocus?: ((...args: any) => any) | undefined; onKeydown?: ((...args: any) => any) | undefined; onKeypress?: ((...args: any) => any) | undefined; onKeyup?: ((...args: any) => any) | undefined; }>, { focus: () => void; blur: () => void; clear: () => void; getValue: () => import('@tdesign-pro-component/utils').BasicValueType; getRef: <T extends any = any>() => T; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": any; change: any; blur: any; focus: any; keydown: any; keypress: any; keyup: any; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { textareaRef: unknown; }, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./types').ProFormTextareaProps> & Readonly<{ "onUpdate:modelValue"?: ((...args: any) => any) | undefined; onChange?: ((...args: any) => any) | undefined; onBlur?: ((...args: any) => any) | undefined; onFocus?: ((...args: any) => any) | undefined; onKeydown?: ((...args: any) => any) | undefined; onKeypress?: ((...args: any) => any) | undefined; onKeyup?: ((...args: any) => any) | undefined; }>, { focus: () => void; blur: () => void; clear: () => void; getValue: () => import('@tdesign-pro-component/utils').BasicValueType; getRef: <T extends any = any>() => T; }, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormTextareaProps> & Readonly<{ "onUpdate:modelValue"?: ((...args: any) => any) | undefined; onChange?: ((...args: any) => any) | undefined; onBlur?: ((...args: any) => any) | undefined; onFocus?: ((...args: any) => any) | undefined; onKeydown?: ((...args: any) => any) | undefined; onKeypress?: ((...args: any) => any) | undefined; onKeyup?: ((...args: any) => any) | undefined; }>, { focus: () => void; blur: () => void; clear: () => void; getValue: () => import('@tdesign-pro-component/utils').BasicValueType; getRef: <T extends any = any>() => T; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": any; change: any; blur: any; focus: any; keydown: any; keypress: any; keyup: any; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin; export * from './types';