UNPKG

rn-custom-style-sheet

Version:

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

10 lines 267 B
import { useThemeContext } from '../UseThemeContext'; export default function useGuideLineBreakpoint() { const { state: { guideLineBreakpoint } } = useThemeContext(); return guideLineBreakpoint; } //# sourceMappingURL=UseGuideLineBreakpoint.js.map