UNPKG

@cavilha/layout

Version:

A set of components used to design grid layouts

6 lines (5 loc) 245 B
import Row, { RowProps } from './Row/Row'; import Container, { ContainerProps } from './Container/Container'; import Col, { ColProps } from './Col/Column'; export type { ContainerProps, RowProps, ColProps }; export { Row, Col, Container };