UNPKG

carbon-components-angular

Version:
10 lines (9 loc) 324 B
import { ApplicationRef } from "@angular/core"; export declare class NotificationDisplayService { protected applicationRef: ApplicationRef; constructor(applicationRef: ApplicationRef); /** * Programatically closes notification based on `notificationRef`. * */ close(notificationRef: any): void; }