UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

11 lines (10 loc) 380 B
import { MenuStateType } from './menu.component'; import * as i0 from "@angular/core"; export declare class KoalaMenuService { getMenuState(): MenuStateType | null; open(): void; close(): void; clearConfig(): void; static ɵfac: i0.ɵɵFactoryDeclaration<KoalaMenuService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KoalaMenuService>; }