UNPKG

@tkirk1/react-native-grid2

Version:

Cross-platform MUI Grid v2 implementation for React Native. Drop-in replacement for Material-UI Grid with breakpoint-aware responsive layouts, TypeScript support, and mobile-first design.

10 lines 352 B
import { Breakpoint, BreakpointValues } from '../types'; /** * Custom hook to determine the current breakpoint based on screen width */ export declare const useBreakpoint: (customBreakpoints?: Partial<BreakpointValues>) => { breakpoint: Breakpoint; screenWidth: number; screenHeight: number; }; //# sourceMappingURL=useBreakpoint.d.ts.map