UNPKG

react-masonry

Version:
4 lines (3 loc) 280 B
export declare function find(func: (item: any) => boolean, list: any[]): any; export declare const filter: (func: (item: any, index: number, collection: any[]) => boolean, list: any[]) => any[]; export declare const sort: (func: (a: any, b: any) => number, list: any[]) => any[];