UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

11 lines 372 B
// src/components/deprecated/ModalHeading.tsx import { cx } from "styled-system/css"; import { modal } from "styled-system/recipes"; import { jsx } from "react/jsx-runtime"; function ModalHeading(props) { return /* @__PURE__ */ jsx("p", { ...props, className: cx(props.className, modal().heading) }); } export { ModalHeading }; //# sourceMappingURL=ModalHeading.js.map