kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
52 lines (51 loc) • 1.33 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
dark: {
type: BooleanConstructor;
default: boolean;
description: string;
};
light: {
type: BooleanConstructor;
default: boolean;
description: string;
};
side: {
type: BooleanConstructor;
default: boolean;
description: string;
};
height: {
type: NumberConstructor;
default: number;
description: string;
};
}, {
src: import("vue").ComputedRef<any>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
dark: {
type: BooleanConstructor;
default: boolean;
description: string;
};
light: {
type: BooleanConstructor;
default: boolean;
description: string;
};
side: {
type: BooleanConstructor;
default: boolean;
description: string;
};
height: {
type: NumberConstructor;
default: number;
description: string;
};
}>>, {
height: number;
light: boolean;
dark: boolean;
side: boolean;
}, {}>;
export default _default;