UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

17 lines (14 loc) 295 B
import { jsx } from 'react/jsx-runtime'; import { DatePickerParts } from './parts.js'; function DatePicker(props) { return /* @__PURE__ */ jsx( DatePickerParts.Root, { ...props, positioning: { placement: "bottom-start" } } ); } export { DatePicker };