UNPKG

@enexus/dialog

Version:

@enexus/dialog - User Should call delete, confirm Method and also user can create they own component dialog.

7 lines (6 loc) 216 B
import { WaitDialogProgress } from './wait-dialog-progress'; export declare class WaitDialogComponent { private _progress; constructor(progress: WaitDialogProgress); progress: WaitDialogProgress; }