UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

12 lines (10 loc) 187 B
const breakpoints = { 'base': 0, 'sm': 480, 'md': 768, 'lg': 992, 'xl': 1280, '2xl': 1536, }; export type IBreakpoint = keyof typeof breakpoints; export default breakpoints;