UNPKG

angular2-flash-messages

Version:
5 lines (4 loc) 138 B
export declare class FlashMessagesService { show: (text?: string, options?: Object) => void; grayOut: (value: boolean) => void; }