UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

11 lines (10 loc) 221 B
declare const breakpoints: { base: number; sm: number; md: number; lg: number; xl: number; '2xl': number; }; export declare type IBreakpoint = keyof typeof breakpoints; export default breakpoints;