@difizen/mana-app
Version:
11 lines • 467 B
TypeScript
import { Disposable } from '@difizen/mana-common';
import type { NotificationConfig } from './protocol';
import './index.less';
export declare class NotificationService {
open(config: NotificationConfig): Disposable;
warning(config: NotificationConfig): Disposable;
info(config: NotificationConfig): Disposable;
success(config: NotificationConfig): Disposable;
error(config: NotificationConfig): Disposable;
}
//# sourceMappingURL=service.d.ts.map