UNPKG

@vitus-labs/coolgrid

Version:

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

7 lines 249 B
import { Provider } from '@vitus-labs/unistyle'; import Container from './Container'; import Row from './Row'; import Col from './Col'; import theme from './theme'; export { Container, Row, Col, Provider, theme }; //# sourceMappingURL=index.d.ts.map