@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.
5 lines • 349 B
TypeScript
export { Grid } from './components/Grid';
export { BreakpointProvider } from './contexts/BreakpointContext';
export { useBreakpoint } from './hooks/useBreakpoint';
export type { GridProps, BreakpointProviderProps, Breakpoint, BreakpointValues, ResponsiveValue, GridDirection, GridWrap, GridSize, } from './types';
//# sourceMappingURL=index.d.ts.map