UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

14 lines (13 loc) 500 B
import { Emitter } from '../mitt'; declare class MsgHelper { private message; private eventBus; constructor(messageui: any, eventbus?: Emitter<any> | undefined); /**共用消息 */ msg(msgInfo: string, seconds?: number, typename?: string): void; info(msgInfo: string, seconds?: number): void; warn(msgInfo: string, seconds?: number): void; err(msgInfo: string, seconds?: number): void; success(msgInfo: string, seconds?: number): void; } export default MsgHelper;