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

6 строки
319 B

  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';