UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

27 lines (25 loc) 701 B
import { DatePickerMonthView } from "./chunk-OG644D7M.js"; import { DatePickerYearView } from "./chunk-O4W2BVE7.js"; import { DatePickerContent } from "./chunk-K3NML67W.js"; import { DatePickerDayView } from "./chunk-FSX64HPK.js"; // src/components/date-picker/calendar.tsx import { jsx, jsxs } from "react/jsx-runtime"; function DatePickerCalendar(props) { return /* @__PURE__ */ jsxs(DatePickerContent, { ...props, children: [ /* @__PURE__ */ jsx(DatePickerDayView, {}), /* @__PURE__ */ jsx(DatePickerMonthView, { view: "month" }), /* @__PURE__ */ jsx(DatePickerYearView, { view: "year" }) ] }); } export { DatePickerCalendar }; //# sourceMappingURL=chunk-2Z7IKMZC.js.map