UNPKG

biplab-notifier

Version:

This is a notification npm package, it can be use as simple notification or modal dialog, a lot of customization option are available as well, checkout the github repo and examples

7 lines (6 loc) 140 B
export declare class Message { messageId: string; message: string; constructor(message?: string); private readonly _guid; }