sci-pro
Version:
44 lines (43 loc) • 1.14 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
type: {
type: StringConstructor;
required: false;
default: string;
};
title: {
type: StringConstructor;
required: false;
default: string;
};
visible: {
type: BooleanConstructor;
required: false;
default: boolean;
};
}, {
props: any;
emits: (event: "update:visible", ...args: any[]) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: StringConstructor;
required: false;
default: string;
};
title: {
type: StringConstructor;
required: false;
default: string;
};
visible: {
type: BooleanConstructor;
required: false;
default: boolean;
};
}>> & {
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
}, {
type: string;
visible: boolean;
title: string;
}, {}>;
export default _sfc_main;