UNPKG

f-react-native-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options

4 lines 170 B
import { createContext } from 'react'; const ScheduleContext = /*#__PURE__*/createContext({}); export default ScheduleContext; //# sourceMappingURL=ScheduleContext.js.map