UNPKG

react-raster

Version:

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

8 lines (7 loc) 204 B
interface Props { align: string[]; cssMode: "grid" | "flex"; hasChildBoxes: boolean; } export default function getAlign({ align, cssMode, hasChildBoxes, }: Props): string[]; export {};