UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

6 lines 206 B
import { useContext } from 'react'; import { ThemeContext } from '../../Context'; export default function useThemeContext() { return useContext(ThemeContext); } //# sourceMappingURL=UseThemeContext.js.map