UNPKG

@w11k/ngx-present

Version:

Angular based Presentation Tool

7 lines (6 loc) 196 B
import { MatDialog } from '@angular/material/dialog'; export declare class HelpDialogIconComponent { private readonly dialog; constructor(dialog: MatDialog); showHelpDialog(): void; }