版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
12345
  1. import type { SFCWithInstall } from 'element-plus/es/utils';
  2. declare const _MessageBox: SFCWithInstall<import("./src/message-box.type").IElMessageBox>;
  3. export default _MessageBox;
  4. export declare const ElMessageBox: SFCWithInstall<import("./src/message-box.type").IElMessageBox>;
  5. export * from './src/message-box.type';