UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

177 lines (176 loc) 4.48 kB
import { PropType } from 'vue'; import { ErrorObject } from '@vuelidate/core'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; required: false; default: string; description: string; }; id: { type: StringConstructor; required: false; default: string; description: string; }; maxlength: { type: NumberConstructor; required: false; default: number; description: string; }; placeholder: { type: StringConstructor; required: false; default: string; description: string; }; required: { type: BooleanConstructor; default: boolean; description: string; }; label: { type: StringConstructor; required: false; default: string; description: string; }; size: { type: StringConstructor; default: string; options: string[]; }; errors: { type: PropType<ErrorObject[]>; required: false; default: () => never[]; description: string; }; status: { type: StringConstructor; default: string; options: string[]; description: string; }; disabled: { type: BooleanConstructor; default: boolean; description: string; }; width: { type: NumberConstructor; default: number; description: string; }; minHeight: { type: NumberConstructor; default: number; description: string; }; autocomplete: { type: StringConstructor; default: string; description: string; }; }, { maxLength: number | undefined; uuid: string; classes: import("vue").ComputedRef<string[]>; change: (e: any) => void; firstError: import("vue").ComputedRef<string>; hasSlot: (name: string) => boolean; hasLabel: import("vue").ComputedRef<string | boolean>; model: import("vue").WritableComputedRef<any>; style: import("vue").ComputedRef<any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; required: false; default: string; description: string; }; id: { type: StringConstructor; required: false; default: string; description: string; }; maxlength: { type: NumberConstructor; required: false; default: number; description: string; }; placeholder: { type: StringConstructor; required: false; default: string; description: string; }; required: { type: BooleanConstructor; default: boolean; description: string; }; label: { type: StringConstructor; required: false; default: string; description: string; }; size: { type: StringConstructor; default: string; options: string[]; }; errors: { type: PropType<ErrorObject[]>; required: false; default: () => never[]; description: string; }; status: { type: StringConstructor; default: string; options: string[]; description: string; }; disabled: { type: BooleanConstructor; default: boolean; description: string; }; width: { type: NumberConstructor; default: number; description: string; }; minHeight: { type: NumberConstructor; default: number; description: string; }; autocomplete: { type: StringConstructor; default: string; description: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { label: string; id: string; size: string; required: boolean; width: number; modelValue: string | number; status: string; disabled: boolean; placeholder: string; errors: ErrorObject[]; autocomplete: string; minHeight: number; maxlength: number; }, {}>; export default _default;