@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
16 lines (15 loc) • 664 B
TypeScript
import { DialogService } from '../dialog.service';
import * as i0 from "@angular/core";
/**
* The Choice Dialog Component
* @deprecated since 02/20/18. Please use AppContextService.frame.showDialog* methods instead
*/
export declare class CommonDialogsComponent {
dialogService: DialogService;
/**
* Initializes a new instance of the CommonDialogsComponent class.
*/
constructor(dialogService: DialogService);
static ɵfac: i0.ɵɵFactoryDeclaration<CommonDialogsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CommonDialogsComponent, "sme-common-dialogs", never, {}, {}, never, never, false, never>;
}