UNPKG

@acrool/react-grid

Version:

Most modern rwd grid system by react + styled-component

4 lines (3 loc) 147 B
import { IGridProps } from '../../types'; declare const Grid: (props: IGridProps) => import("react/jsx-runtime").JSX.Element; export default Grid;