UNPKG

tdesign-mobile-vue

Version:
73 lines (72 loc) 2.01 kB
import { PropType } from 'vue'; declare const _default: { allowInputOverMax: BooleanConstructor; autofocus: BooleanConstructor; autosize: { type: PropType<boolean | { minRows?: number; maxRows?: number; }>; default: boolean | { minRows?: number; maxRows?: number; }; }; bordered: BooleanConstructor; cursorColor: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: any; }; indicator: BooleanConstructor; label: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; layout: { type: PropType<"horizontal" | "vertical">; default: "horizontal" | "vertical"; validator(val: "horizontal" | "vertical"): boolean; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: PropType<string | number>; }; name: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: any; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: PropType<import("@/components").TextareaValue>; default: import("@/components").TextareaValue; }; modelValue: { type: PropType<import("@/components").TextareaValue>; default: import("@/components").TextareaValue; }; defaultValue: { type: PropType<import("@/components").TextareaValue>; }; onBlur: PropType<(value: import("@/components").TextareaValue, context: { e: FocusEvent; }) => void>; onChange: PropType<(value: import("@/components").TextareaValue, context?: { e?: InputEvent; }) => void>; onFocus: PropType<(value: import("@/components").TextareaValue, context: { e: FocusEvent; }) => void>; }; export default _default;