UNPKG

@agentlab/rjsf-antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

6 lines 286 B
import React from 'react'; import { Button, Icon } from 'antd'; const AddButton = (props) => (React.createElement(Button, Object.assign({}, props, { color: 'secondary' }), React.createElement(Icon, { type: 'plus' }))); export default AddButton; //# sourceMappingURL=AddButton.js.map