UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

18 lines (16 loc) 584 B
import { DatePickerParts } from "./chunk-BXDQ5AXV.js"; import { Portal } from "./chunk-PLPYBCZQ.js"; // src/components/date-picker/content.tsx import { jsx } from "react/jsx-runtime"; function DatePickerContent(props) { const { withModal, container, ...contentProps } = props; return /* @__PURE__ */ jsx(Portal, { disabled: withModal ?? false, container, children: /* @__PURE__ */ jsx(DatePickerParts.Positioner, { children: /* @__PURE__ */ jsx(DatePickerParts.Content, { ...contentProps }) }) }); } export { DatePickerContent }; //# sourceMappingURL=chunk-K3NML67W.js.map