UNPKG

rsuite

Version:

A suite of react components

9 lines (7 loc) 243 B
'use client'; import React from 'react'; /** * Represents the inner context value for the Calendar component. */ export const CalendarContext = /*#__PURE__*/React.createContext({}); export const CalendarProvider = CalendarContext.Provider;