advint-user-admin
Version:
开箱即用的后台管理基础用户系统组件
21 lines (20 loc) • 691 B
TypeScript
import { MessageBoxData } from 'element-plus';
declare const _default: {
msg(content: any): void;
msgError(content: any): void;
msgSuccess(content: any): void;
msgWarning(content: any): void;
alert(content: any): void;
alertError(content: any): void;
alertSuccess(content: any): void;
alertWarning(content: any): void;
notify(content: any): void;
notifyError(content: any): void;
notifySuccess(content: any): void;
notifyWarning(content: any): void;
confirm(content: any): Promise<MessageBoxData>;
prompt(content: any): Promise<MessageBoxData>;
loading(content: string): void;
closeLoading(): void;
};
export default _default;