UNPKG

react-broken-layouter

Version:

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

4 lines (3 loc) 179 B
export declare const heightEstimator: (items: (string | number)[]) => number; export declare function getRandomId(): string; export declare function isObject(item: any): boolean;