UNPKG

@rjsf/semantic-ui

Version:

Semantic UI theme, fields and widgets for react-jsonschema-form

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