UNPKG

256 BJavaScriptView Raw
1import * as React from 'react';
2import DefaultTheme from './DefaultTheme';
3const ThemeContext = /*#__PURE__*/React.createContext(DefaultTheme);
4ThemeContext.displayName = 'ThemeContext';
5export default ThemeContext;
6//# sourceMappingURL=ThemeContext.js.map
\No newline at end of file