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
TypeScript
declare const _default: import("vue").DefineComponent<{
value: {
type: (StringConstructor | NumberConstructor)[];
default: number;
required: boolean;
description: string;
};
square: {
type: BooleanConstructor;
default: boolean;
description: string;
};
circle: {
type: BooleanConstructor;
default: boolean;
description: string;
};
offsetX: {
type: NumberConstructor;
default: number;
description: string;
};
offsetY: {
type: NumberConstructor;
default: number;
description: string;
};
size: {
type: StringConstructor;
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
color: {
type: StringConstructor;
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
neon: {
type: BooleanConstructor;
default: boolean;
description: string;
};
tag: {
type: StringConstructor;
default: string;
};
}, {
hasSlot: (name: string) => boolean;
badgeClasses: import("vue").ComputedRef<string[]>;
badgeStyles: import("vue").ComputedRef<any>;
text: import("vue").ComputedRef<string | number>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: (StringConstructor | NumberConstructor)[];
default: number;
required: boolean;
description: string;
};
square: {
type: BooleanConstructor;
default: boolean;
description: string;
};
circle: {
type: BooleanConstructor;
default: boolean;
description: string;
};
offsetX: {
type: NumberConstructor;
default: number;
description: string;
};
offsetY: {
type: NumberConstructor;
default: number;
description: string;
};
size: {
type: StringConstructor;
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
color: {
type: StringConstructor;
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
neon: {
type: BooleanConstructor;
default: boolean;
description: string;
};
tag: {
type: StringConstructor;
default: string;
};
}>>, {
circle: boolean;
color: string;
size: string;
square: boolean;
tag: string;
neon: boolean;
value: string | number;
offsetX: number;
offsetY: number;
}, {}>;
export default _default;