UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

15 lines (10 loc) 571 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const jsxRuntime = require('react/jsx-runtime'); const fieldErrorText = require('../../node_modules/.pnpm/@ark-ui_react@5.29.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@ark-ui/react/dist/components/field/field-error-text.cjs'); function CerberusFieldErrorText(props) { if (!props.children) return null; return /* @__PURE__ */ jsxRuntime.jsx(fieldErrorText.FieldErrorText, { ...props }); } exports.CerberusFieldErrorText = CerberusFieldErrorText;