UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

44 lines (43 loc) 1.78 kB
import { type TextareaBaseProps } from '../input-base/common'; declare const _default: import("vue").DefineComponent<TextareaBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { blur: (event: any) => any; confirm: (event: any) => any; focus: (event: any) => any; input: (value: string) => any; keyboardheightchange: (event: any) => any; linechange: (event: any) => any; }, string, import("vue").PublicProps, Readonly<TextareaBaseProps> & Readonly<{ onBlur?: ((event: any) => any) | undefined; onConfirm?: ((event: any) => any) | undefined; onFocus?: ((event: any) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeyboardheightchange?: ((event: any) => any) | undefined; onLinechange?: ((event: any) => any) | undefined; }>, { value: string; rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null; rootClass: string; disabled: boolean; fixed: boolean; placeholder: string; placeholderStyle: string; placeholderClass: string; maxlength: number; focus: boolean; cursorSpacing: number; cursor: number; confirmType: "send" | "search" | "next" | "go" | "done"; confirmHold: boolean; selectionStart: number; selectionEnd: number; adjustPosition: boolean; holdKeyboard: boolean; ignoreCompositionEvent: boolean; inputmode: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url"; enableNative: boolean; autoBlur: boolean; autoHeight: boolean; showConfirmBar: boolean; disableDefaultPadding: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;