UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

6 lines (5 loc) 169 B
import { Item } from "./types"; /** * Turns [row1, row1, row2, row2] into [row1, row2, row1, row2] */ export declare function verticalizeItems(items: Item[]): Item[];