@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
38 lines • 1.3 kB
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
focus: () => any;
blur: () => any;
select: () => any;
$emit: typeof emit;
$props: Partial<typeof props>;
size: string;
variant: string;
required: boolean;
placeholder: string;
disabled: boolean;
modelValue: string;
readonly: boolean;
resize: string;
rows: number;
autoResize: boolean;
error?: string;
id?: string;
maxlength?: number;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const emit: (event: "update:modelValue" | "blur" | "focus" | "keydown", ...args: any[]) => void;
declare const props: {
readonly size: string;
readonly variant: string;
readonly required: boolean;
readonly placeholder: string;
readonly disabled: boolean;
readonly modelValue: string;
readonly readonly: boolean;
readonly resize: string;
readonly rows: number;
readonly autoResize: boolean;
readonly error?: string;
readonly id?: string;
readonly maxlength?: number;
};
//# sourceMappingURL=Textarea.vue.d.ts.map