UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 191 B
import { jsx as t } from "react/jsx-runtime"; const i = ({ text: r }) => r ? /* @__PURE__ */ t("div", { className: "form-text text-muted", children: r }) : null; export { i as default };