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.

11 lines 427 B
import React from 'react'; import { BreakpointContextValue, BreakpointProviderProps } from '../types'; /** * Provider component that supplies breakpoint context to child components */ export declare const BreakpointProvider: React.FC<BreakpointProviderProps>; /** * Hook to access breakpoint context */ export declare const useBreakpointContext: () => BreakpointContextValue; //# sourceMappingURL=BreakpointContext.d.ts.map