UNPKG

@progress/kendo-react-scheduler

Version:

React Scheduler brings the functionality of Outlook's Calendar to a single UI component. KendoReact Scheduler package

23 lines (22 loc) 1.01 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import * as t from "react"; const e = t.createContext([null]), d = () => t.useContext(e); e.displayName = "SchedulerEditSlotPropsContext"; const o = t.createContext([ null ]), c = () => t.useContext(o); o.displayName = "SchedulerEditSlotFormItemContext"; const u = ({ props: r, form: l, children: n }) => /* @__PURE__ */ t.createElement(e.Provider, { value: r }, /* @__PURE__ */ t.createElement(o.Provider, { value: l }, n)); export { u as SchedulerEditSlotContext, o as SchedulerEditSlotFormItemContext, e as SchedulerEditSlotPropsContext, c as useSchedulerEditSlotFormItemContext, d as useSchedulerEditSlotPropsContext };