@coreui/angular
Version:
CoreUI Components Library for Angular
13 lines (12 loc) • 491 B
TypeScript
import * as i0 from "@angular/core";
export declare class HeaderBrandComponent {
/**
* Default role for header-brand. [docs]
* @type string
* @default 'button'
*/
role: string;
headerBrandClass: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBrandComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
}