xui
Version:
xUI Components for Angular
10 lines (9 loc) • 441 B
TypeScript
import { QueryList } from '@angular/core';
import { SiderComponent } from './sider.component';
import * as i0 from "@angular/core";
export declare class LayoutComponent {
set siders(value: QueryList<SiderComponent>);
hasSider: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "xui-layout", never, {}, {}, ["siders"], ["*"], false, never>;
}