UNPKG

214 BJavaScriptView Raw
1import * as React from 'react';
2import ThemeContext from './ThemeContext';
3export default function useTheme() {
4 const theme = React.useContext(ThemeContext);
5 return theme;
6}
7//# sourceMappingURL=useTheme.js.map
\No newline at end of file