ng-prime-tools
Version:
An advanced PrimeNG table for Angular
12 lines • 580 B
TypeScript
import { MessageService } from 'primeng/api';
import { ToastMessage } from '../models';
import * as i0 from "@angular/core";
export declare class PTToastNotifierComponent {
private messageService;
constructor(messageService: MessageService);
show(toast: ToastMessage): void;
clear(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PTToastNotifierComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PTToastNotifierComponent, "pt-toast-notifier", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=pt-toast-notifier.component.d.ts.map