UNPKG

cu-ng-design-library

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.

15 lines (14 loc) 651 B
import * as i0 from "@angular/core"; export type theme = 'cu-default' | 'cu-red' | 'cu-black' | 'cu-gray'; export type logo = 'cu-seal' | 'cu-45'; export declare class HeaderComponent { title?: string; subtitle?: string; theme: theme; logo: logo; useGradient: boolean; constructor(); getClasses(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "lib-header", never, { "title": "title"; "subtitle": "subtitle"; "theme": "theme"; "logo": "logo"; "useGradient": "useGradient"; }, {}, never, ["[unit-title]", "*"], false, never>; }