xui
Version:
xUI Components for Angular
14 lines (13 loc) • 708 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import { MenuService } from './menu.service';
import { XuiMenuType } from './menu.types';
import * as i0 from "@angular/core";
export declare class MenuComponent implements OnChanges {
private menuService;
inlineIndent: number;
mode: XuiMenuType;
constructor(menuService: MenuService);
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "xui-menu", never, { "inlineIndent": { "alias": "inlineIndent"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
}