UNPKG

flash-messages-angular

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