UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 250 B
import { jsx as _jsx } from "react/jsx-runtime"; const Description = ({ text }) => { if (!text) return null; return _jsx("div", Object.assign({ className: "form-text text-muted" }, { children: text })); }; export default Description;