UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

27 lines (26 loc) 888 B
import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js"; import { memo as i, forwardRef as t } from "../../../external/preact/compat/dist/compat.module.js"; import d from "./hooks/useCalendar.js"; /* empty css */ import l from "./components/CalendarControls/CalendarControls.js"; import s from "./components/CalendarGrid/CalendarGrid.js"; const m = t((o, a) => { const r = d(o, a), n = r.grid.config(); return /* @__PURE__ */ e("div", { role: "none", children: [ /* @__PURE__ */ e(l, { config: n, grid: r.grid, renderer: o.renderControl }), /* @__PURE__ */ e( s, { ref: r.cursorElementRef, config: n, cursorRootProps: r.cursorRootProps, grid: r.grid, onlyCellsWithin: o.onlyCellsWithin, prepare: o.prepare } ) ] }); }), R = i(m); export { R as default };