UNPKG

react-masonry

Version:
7 lines (6 loc) 216 B
import { Spot } from '../internal-types'; /** * First sorts by top, and then if top is the same * the one with the smallest left will win */ export declare const sortByTopFirstLeftSecond: (list: Spot[]) => any[];