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.

4 lines 197 B
export { Grid } from './components/Grid'; export { BreakpointProvider } from './contexts/BreakpointContext'; export { useBreakpoint } from './hooks/useBreakpoint'; //# sourceMappingURL=index.js.map