amt-ui
Version:
Angular material, tailwind template
12 lines (11 loc) • 441 B
TypeScript
import * as i0 from "@angular/core";
export declare class NavbarNotificationsComponent {
notifications: {
icon: string;
name: string;
time: string;
message: string;
}[];
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarNotificationsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNotificationsComponent, "amt-navbar-notifications", never, {}, {}, never, never, true, never>;
}