watercolor-ui
Version:
A modern minimalist cross-framework component library
54 lines • 2.13 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
$emit: (event: "focus" | "blur" | "update:modelValue" | "keydown", ...args: any[]) => void;
variant: string;
type: string;
required: boolean;
error: string;
size: string;
disabled: boolean;
fullWidth: boolean;
label: string;
modelValue: string | number;
placeholder: string;
readonly: boolean;
helperText: string;
multiline: boolean;
rows: number;
startAdornment?: string | undefined;
endAdornment?: string | undefined;
autocomplete?: string | undefined;
$props: {
readonly variant?: string | undefined;
readonly type?: string | undefined;
readonly required?: boolean | undefined;
readonly error?: string | undefined;
readonly size?: string | undefined;
readonly disabled?: boolean | undefined;
readonly fullWidth?: boolean | undefined;
readonly label?: string | undefined;
readonly modelValue?: string | number | undefined;
readonly placeholder?: string | undefined;
readonly readonly?: boolean | undefined;
readonly helperText?: string | undefined;
readonly multiline?: boolean | undefined;
readonly rows?: number | undefined;
readonly startAdornment?: string | undefined;
readonly endAdornment?: string | undefined;
readonly autocomplete?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
type __VLS_TemplateResult = {
attrs: Partial<{}>;
slots: {
startAdornment?(_: {}): any;
endAdornment?(_: {}): any;
};
refs: {};
rootEl: HTMLDivElement;
};
//# sourceMappingURL=TextField.vue.d.ts.map