@cerberus-design/react
Version:
The Cerberus Design React component library.
23 lines (21 loc) • 490 B
JavaScript
import {
FieldLabel
} from "./chunk-5L5PT37R.js";
// src/components/deprecated/Label.tsx
import { label } from "styled-system/recipes";
import { cx } from "styled-system/css";
import { jsx } from "react/jsx-runtime";
function Label(props) {
const { size, ...nativeProps } = props;
return /* @__PURE__ */ jsx(
FieldLabel,
{
...nativeProps,
className: cx(label({ size }), props.className)
}
);
}
export {
Label
};
//# sourceMappingURL=chunk-GZYLYTAG.js.map