@coreui/angular
Version:
CoreUI Components Library for Angular
11 lines (10 loc) • 881 B
TypeScript
import { type UrlTree } from '@angular/router';
import * as i0 from "@angular/core";
export declare class SidebarBrandComponent {
readonly brandFull: import("@angular/core").InputSignal<any>;
readonly brandNarrow: import("@angular/core").InputSignal<any>;
readonly routerLink: import("@angular/core").InputSignal<string | any[] | UrlTree | null | undefined>;
readonly brandImg: import("@angular/core").Signal<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBrandComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": { "alias": "brandFull"; "required": false; "isSignal": true; }; "brandNarrow": { "alias": "brandNarrow"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}