@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 • 331 B
TypeScript
import React from 'react';
import { GridProps, GridContextValue } from '../types';
/**
* Grid component that can act as both container and item
*/
export declare const Grid: React.FC<GridProps>;
/**
* Hook to access Grid context
*/
export declare const useGridContext: () => GridContextValue;
//# sourceMappingURL=Grid.d.ts.map