UNPKG

react-raster

Version:

Advanced grid- and styling-system which is highly customizable and ready for server-side-rendering.

3 lines (2 loc) 178 B
export declare type AlignX = "left" | "right" | "center" | "space-between" | "space-around"; export declare type AlignY = "top" | "bottom" | "center" | "stretch" | "baseline";