@spaceone/design-system
Version:
SpaceONE Design System
36 lines (35 loc) • 877 B
TypeScript
declare const _default: import("vue").ComponentOptions<import("vue").default, {
onClose: () => void;
proxyVisible: any;
} & {
[key: string]: unknown;
}, {}, {}, {
visible: {
type: BooleanConstructor;
default: boolean;
required: true;
};
styleType: {
type: StringConstructor;
default: string;
validator(val: unknown): boolean;
};
}, {
visible: boolean;
} & {
styleType?: string | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
visible: boolean;
styleType: string;
} & {}, {
onClose: () => void;
proxyVisible: any;
}, {
visible: boolean;
} & {
styleType?: string | undefined;
}, {}, {}, {
visible: boolean;
styleType: string;
} & {}>);
export default _default;