UNPKG

kodama-ui

Version:

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

54 lines (53 loc) 1.23 kB
export declare const colors: string[]; declare const _default: { 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; }; }; export default _default;