Ant-design command invocation dialog
npm install --save antd-dialog-exec
import * as React from 'react'
import MyComponent from 'antd-dialog-exec'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © 1021683053