kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
47 lines (46 loc) • 1.19 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
id: {
type: StringConstructor;
default: null;
};
classes: {
type: StringConstructor;
default: string;
};
title: {
type: StringConstructor;
required: true;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
}, {
header: string;
computedId: string;
paneId: string;
hash: import("vue").ComputedRef<string>;
isActive: import("vue").Ref<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
id: {
type: StringConstructor;
default: null;
};
classes: {
type: StringConstructor;
default: string;
};
title: {
type: StringConstructor;
required: true;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
classes: string;
id: string;
disabled: boolean;
}, {}>;
export default _default;