You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
319 B

import type { SFCWithInstall } from 'element-plus/es/utils';
declare const _MessageBox: SFCWithInstall<import("./src/message-box.type").IElMessageBox>;
export default _MessageBox;
export declare const ElMessageBox: SFCWithInstall<import("./src/message-box.type").IElMessageBox>;
export * from './src/message-box.type';