UNPKG

kodama-ui

Version:

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

36 lines (35 loc) 1.09 kB
declare const _default: import("vue").DefineComponent<{ type: { type: StringConstructor; default: string; options: string[]; description: string; validator: (value: string) => boolean; }; animated: { type: BooleanConstructor; default: boolean; description: string; }; }, { classes: import("vue").ComputedRef<{ 'animate-pulse': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ type: { type: StringConstructor; default: string; options: string[]; description: string; validator: (value: string) => boolean; }; animated: { type: BooleanConstructor; default: boolean; description: string; }; }>>, { type: string; animated: boolean; }, {}>; export default _default;