UNPKG

react-broken-layouter

Version:

Layouter is a lightweight React utility for creating responsive masonry-style layouts.

6 lines (5 loc) 237 B
import Layouter from "./Layouter"; import { heightEstimator, getRandomId, isObject } from "./helper"; export default Layouter; export { Layouter, heightEstimator, getRandomId, isObject }; export type { LayouterProps } from "./Layouter";