UNPKG

@s2ui/justified-gallery

Version:
4 lines (3 loc) 192 B
import { JustifiedGalleryOptions, JustifiedImageBox } from "./types"; declare function computeLayout(options: JustifiedGalleryOptions): Promise<JustifiedImageBox[]>; export { computeLayout };