UNPKG

@obliczeniowo/elementary

Version:
15 lines (14 loc) 665 B
import { DaySettings } from '../daily-statistic/daily-statistic.component'; import * as i0 from "@angular/core"; export interface LegendSettings extends DaySettings { text?: { less: string; more: string; }; } export declare class DailyLegendComponent { settings: import("@angular/core").InputSignal<LegendSettings>; sort: (p: any, c: any) => number; static ɵfac: i0.ɵɵFactoryDeclaration<DailyLegendComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DailyLegendComponent, "obl-daily-legend", never, { "settings": { "alias": "settings"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>; }