kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
82 lines (81 loc) • 2.12 kB
TypeScript
import { PropType, StyleValue } from 'vue';
declare const _default: import("vue").DefineComponent<{
icon: {
type: PropType<string>;
required: true;
description: string;
};
type: {
type: PropType<"fas" | "fad" | "far" | "fal">;
default: string;
options: string[];
control: {
type: string;
};
description: string;
};
size: {
type: NumberConstructor;
default: number;
description: string;
};
spin: {
type: BooleanConstructor;
default: boolean;
description: string;
};
color: {
type: StringConstructor;
control: {
type: string;
};
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
}, {
classes: import("vue").ComputedRef<string[]>;
style: import("vue").ComputedRef<StyleValue>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
icon: {
type: PropType<string>;
required: true;
description: string;
};
type: {
type: PropType<"fas" | "fad" | "far" | "fal">;
default: string;
options: string[];
control: {
type: string;
};
description: string;
};
size: {
type: NumberConstructor;
default: number;
description: string;
};
spin: {
type: BooleanConstructor;
default: boolean;
description: string;
};
color: {
type: StringConstructor;
control: {
type: string;
};
options: string[];
validator: (val: string) => boolean;
default: string;
description: string;
};
}>>, {
type: "fas" | "fad" | "far" | "fal";
color: string;
size: number;
spin: boolean;
}, {}>;
export default _default;