synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
15 lines (14 loc) • 347 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
const n = (e) => {
const { SelectWidget: t } = e.registry.widgets;
return /* @__PURE__ */ o(t, { ...e, options: {
enumOptions: [
{ value: !0, label: "true" },
{ value: !1, label: "false" }
]
} });
};
export {
n as BooleanWidget
};
//# sourceMappingURL=BooleanWidget.js.map