@betokyo/ui-components
Version:
As part of a school project, the BeTokyo UI components library allows us to reuse components in each of our web apps.
9 lines (8 loc) • 433 B
TypeScript
import * as i0 from "@angular/core";
export declare class HeaderComponent {
logoPath: string | undefined;
logoTitle: string | undefined;
supplier: string;
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "ui-header", never, { "logoPath": "logoPath"; "logoTitle": "logoTitle"; "supplier": "supplier"; }, {}, never, never, false, never>;
}