UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

77 lines (76 loc) 3 kB
export type { Props } from './Textarea'; declare const _default: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Textarea').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onEnter?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:value": (...args: any[]) => void; enter: (...args: any[]) => void; }, import('vue').PublicProps, { width: string | number; value: string; disabled: boolean; placeholder: string; allowClear: boolean; maxlength: number; showCount: boolean; valueModifiers: object; autoSize: boolean | { minRows?: number; maxRows?: number; }; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { textareaRef: HTMLTextAreaElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./Textarea').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onEnter?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { width: string | number; value: string; disabled: boolean; placeholder: string; allowClear: boolean; maxlength: number; showCount: boolean; valueModifiers: object; autoSize: boolean | { minRows?: number; maxRows?: number; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./Textarea').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onEnter?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:value": (...args: any[]) => void; enter: (...args: any[]) => void; }, string, { width: string | number; value: string; disabled: boolean; placeholder: string; allowClear: boolean; maxlength: number; showCount: boolean; valueModifiers: object; autoSize: boolean | { minRows?: number; maxRows?: number; }; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin; export default _default;