UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

5 lines 207 B
import React from 'react'; import { DefaultTheme } from '../Themes'; const ThemeContext = /*#__PURE__*/React.createContext(DefaultTheme); export default ThemeContext; //# sourceMappingURL=ThemeContext.js.map