UNPKG

kodama-ui

Version:

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

118 lines (117 loc) 3.01 kB
declare const _default: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; default: string; }; square: { type: BooleanConstructor; default: boolean; description: string; }; circle: { type: BooleanConstructor; default: boolean; description: string; }; options: { type: () => string[]; default: () => never[]; }; closeOnSelect: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; inline: { type: BooleanConstructor; default: boolean; }; fallback: { type: () => 'input' | 'none' | 'color'; default: string; }; rowLength: { type: NumberConstructor; default: number; }; size: { type: StringConstructor; default: string; options: string[]; }; }, { model: import("vue").WritableComputedRef<string>; shape: import("vue").ComputedRef<"squares" | "circles">; triggerSize: import("vue").ComputedRef<"2.25rem" | "2.5rem" | "3rem" | "3.5rem">; cursor: import("vue").ComputedRef<"initial" | "not-allowed" | "pointer">; }, 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; default: string; }; square: { type: BooleanConstructor; default: boolean; description: string; }; circle: { type: BooleanConstructor; default: boolean; description: string; }; options: { type: () => string[]; default: () => never[]; }; closeOnSelect: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; inline: { type: BooleanConstructor; default: boolean; }; fallback: { type: () => 'input' | 'none' | 'color'; default: string; }; rowLength: { type: NumberConstructor; default: number; }; size: { type: StringConstructor; default: string; options: string[]; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { circle: boolean; size: string; square: boolean; options: string[]; modelValue: string; disabled: boolean; closeOnSelect: boolean; inline: boolean; rowLength: number; readonly: boolean; fallback: "input" | "color" | "none"; }, {}>; export default _default;