azure-devops-ui
Version:
React components for building web UI in Azure DevOps
1 lines • 437 B
JavaScript
import{__assign,__extends}from"tslib";import"../../CommonImports";import"../../Core/core.css";import"./Dialog.css";import*as React from"react";import{DialogInternal}from"./DialogInternal";var Dialog=function(t){function o(){return null!==t&&t.apply(this,arguments)||this}return __extends(o,t),o.prototype.render=function(){return React.createElement(DialogInternal,__assign({},this.props,{modal:!0}))},o}(React.Component);export{Dialog};