UNPKG

react-fast-masonry

Version:

A fast masonry infinite-scrolling component using the intersection api

19 lines (13 loc) 522 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [react-fast-masonry](./react-fast-masonry.md) &gt; [MasonrySizing](./react-fast-masonry.masonrysizing.md) ## MasonrySizing type Allows the masonry layout to be addjusted at certain container sizes. <b>Signature:</b> ```typescript export declare type MasonrySizing = { columns: number; gutter: number; columnWidth?: NonNullable<React.CSSProperties["width"]>; cq?: number; }; ```