UNPKG

bentogreed

Version:

A lightweight, framework-agnostic library for generating bento grid layouts

3 lines 182 B
import { BentoGridConfig, BentoGridLayout } from './types'; export declare function computeBentoLayout(config: BentoGridConfig): BentoGridLayout; //# sourceMappingURL=layout.d.ts.map