UNPKG

@material-git/all

Version:
13 lines (11 loc) 318 B
/** * Configuration for opening a modal dialog with the MdDialog service. */ export var MdDialogConfig = (function () { function MdDialogConfig() { /** The ARIA role of the dialog element. */ this.role = 'dialog'; } return MdDialogConfig; }()); //# sourceMappingURL=dialog-config.js.map