@cerberus-design/react
Version:
The Cerberus Design React component library.
12 lines (11 loc) • 345 B
JavaScript
// src/components/field/error-text.tsx
import { Field } from "@ark-ui/react/field";
import { jsx } from "react/jsx-runtime";
function CerberusFieldErrorText(props) {
if (!props.children) return null;
return /* @__PURE__ */ jsx(Field.ErrorText, { ...props });
}
export {
CerberusFieldErrorText
};
//# sourceMappingURL=chunk-QTV75ATT.js.map