ng-devui
Version:
DevUI components based on Angular
11 lines (10 loc) • 502 B
TypeScript
import { QueryList } from '@angular/core';
import { AsideComponent } from './elements/aside.component';
import * as i0 from "@angular/core";
export declare class LayoutComponent {
listOfSideBarComponent: QueryList<AsideComponent>;
get layoutSideBar(): boolean;
default: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "d-layout", never, {}, {}, ["listOfSideBarComponent"], ["*"], false, never>;
}