UNPKG

messonry

Version:

A messy grid layout library for React. Like a masonry layout; except that it crops images as little as possible, and displays them as close to their original aspect ratio as possible.

5 lines (4 loc) 242 B
import { SerializedStyles } from "@emotion/react"; import { SupportedAspectRatio } from "./getAspectRatio"; export declare const GRID_STYLE: SerializedStyles; export declare const RATIO_STYLES: Record<SupportedAspectRatio, SerializedStyles>;