@coreui/angular
Version:
CoreUI Components Library for Angular
14 lines (13 loc) • 552 B
TypeScript
import { SidebarNavGroupComponent } from './sidebar-nav.component';
import * as i0 from "@angular/core";
export interface ISidebarAction {
open?: boolean;
sidebarNavGroup?: SidebarNavGroupComponent;
}
export declare class SidebarNavGroupService {
private sidebarNavGroupState;
sidebarNavGroupState$: import("rxjs").Observable<ISidebarAction>;
toggle(action: ISidebarAction): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SidebarNavGroupService>;
}