UNPKG

bobs-layout

Version:

bob's layout library. supports Container, Flex, Grid

5 lines (4 loc) 219 B
export { default as Container } from './Container/Container'; export { default as Flex } from './Flex/Flex'; export { default as Grid } from './Grid/Grid'; export { default as Parallax } from './Parallax/Parallax';