@coreui/angular
Version:
CoreUI for Angular UI components library
13 lines (12 loc) • 464 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": "role"; }, {}, never, ["*"], false>;
}