@minto-ai/mt-ui
Version:
UI组件库
43 lines (42 loc) • 1.32 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly viewUrl: {
readonly type: StringConstructor;
readonly required: true;
};
readonly previewUrl: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: {
readonly type: StringConstructor;
};
readonly background: {
readonly type: StringConstructor;
};
readonly prompt: {
readonly type: StringConstructor;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => any;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly viewUrl: {
readonly type: StringConstructor;
readonly required: true;
};
readonly previewUrl: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: {
readonly type: StringConstructor;
};
readonly background: {
readonly type: StringConstructor;
};
readonly prompt: {
readonly type: StringConstructor;
};
}>> & Readonly<{
onClose?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;