UNPKG

dynamic-react-grid

Version:

Dynamic grid for react, responsive and inspired by the material-ui grid, however bringing greater simplicity, functionality and customization.

7 lines (6 loc) 278 B
import { Props, Breakpoints, ReturnGrid } from './types'; export { mapMedia, breakpoints, media } from './utils'; export type { Props, Breakpoints }; export declare let WithBreakpoints: (props: object) => ReturnGrid; declare const _default: ReturnGrid; export default _default;