UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

15 lines (13 loc) 394 B
import { FieldHelperText } from "./chunk-5L5PT37R.js"; // src/components/field/helper-text.tsx import { jsx } from "react/jsx-runtime"; function HelperText(props) { if (props.invalid) return null; return /* @__PURE__ */ jsx(FieldHelperText, { "data-has-content": Boolean(props.children), children: props.children }); } export { HelperText }; //# sourceMappingURL=chunk-TIQO4VNE.js.map