UNPKG

bea-shell

Version:

An angular component for a configurable application shell, consisting of a topbar and sidebar

8 lines (7 loc) 226 B
import { OnInit, EventEmitter } from '@angular/core'; export declare class MenuIconComponent implements OnInit { active: boolean; onStateChange: EventEmitter<boolean>; constructor(); ngOnInit(): void; }