UNPKG

@vitus-labs/coolgrid

Version:

Ultra flexible and extensible grid system inspired by Bootstrap grid, based on styled-components

9 lines 221 B
import type { ElementType } from "../types"; declare const Component: ElementType<[ 'containerWidth', 'width', 'rowComponent', 'rowCss' ]>; export default Component; //# sourceMappingURL=component.d.ts.map