UNPKG

@w11k/ngx-present

Version:

Angular based Presentation Tool

7 lines (6 loc) 248 B
import { PresentationService } from '../core/presentation.service'; export declare class MenuToggleIconComponent { private readonly presentation; constructor(presentation: PresentationService); toggleSideNav(event: MouseEvent): void; }