UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

12 lines (11 loc) 653 B
import * as i0 from "@angular/core"; export declare class TimelineEventComponent { /** Define the id for the event */ id: string; /** Define the badge color */ badgeColor: string; /** Define the title to display in the badge */ badgeTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<TimelineEventComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TimelineEventComponent, "ux-timeline-event", never, { "id": { "alias": "id"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeTitle": { "alias": "badgeTitle"; "required": false; }; }, {}, never, ["*"], false, never>; }