@alfresco/adf-core
Version:
11 lines (10 loc) • 552 B
TypeScript
import { NotificationService } from '../services/notification.service';
import * as i0 from "@angular/core";
export declare class AddNotificationStorybookComponent {
private notificationService;
infoCounter: number;
constructor(notificationService: NotificationService);
showInfo(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AddNotificationStorybookComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AddNotificationStorybookComponent, "adf-add-notification-storybook", never, {}, {}, never, never, true, never>;
}