UNPKG

@rjsf/antd

Version:

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

6 lines 307 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export default function MultiSchemaFieldTemplate(props) { const { optionSchemaField, selector } = props; return (_jsxs("div", { children: [_jsx("div", { children: selector }), optionSchemaField] })); } //# sourceMappingURL=index.js.map