kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
110 lines (109 loc) • 3.04 kB
TypeScript
import { ModalOptions } from 'flowbite';
declare const _default: import("vue").DefineComponent<{
modelValue: {
type: BooleanConstructor;
default: boolean;
description: string;
};
title: {
type: StringConstructor;
default: string;
description: string;
};
placement: {
type: () => ModalOptions['placement'];
default: string;
options: string[];
description: string;
};
header: {
type: BooleanConstructor;
default: boolean;
description: string;
};
closable: {
type: BooleanConstructor;
default: boolean;
description: string;
};
backdropClose: {
type: BooleanConstructor;
default: boolean;
description: string;
};
size: {
type: StringConstructor;
default: string;
options: string[];
description: string;
};
zIndex: {
type: NumberConstructor;
default: number;
description: string;
};
}, {
modalId: string;
hasSlot: (name: string) => boolean;
hide: () => void;
defaultModalClasses: import("vue").ComputedRef<string>;
contentClasses: import("vue").ComputedRef<string[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "hide" | "show" | "toggle")[], "update:modelValue" | "hide" | "show" | "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
modelValue: {
type: BooleanConstructor;
default: boolean;
description: string;
};
title: {
type: StringConstructor;
default: string;
description: string;
};
placement: {
type: () => ModalOptions['placement'];
default: string;
options: string[];
description: string;
};
header: {
type: BooleanConstructor;
default: boolean;
description: string;
};
closable: {
type: BooleanConstructor;
default: boolean;
description: string;
};
backdropClose: {
type: BooleanConstructor;
default: boolean;
description: string;
};
size: {
type: StringConstructor;
default: string;
options: string[];
description: string;
};
zIndex: {
type: NumberConstructor;
default: number;
description: string;
};
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onShow?: ((...args: any[]) => any) | undefined;
onToggle?: ((...args: any[]) => any) | undefined;
}, {
header: boolean;
title: string;
size: string;
placement: import("flowbite").modalPlacement | undefined;
modelValue: boolean;
zIndex: number;
closable: boolean;
backdropClose: boolean;
}, {}>;
export default _default;