UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

7 lines 214 B
import * as React from 'react'; import ThemeContext from './ThemeContext'; export default function useTheme() { const theme = React.useContext(ThemeContext); return theme; } //# sourceMappingURL=useTheme.js.map