UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

8 lines (7 loc) 203 B
import { Item } from "./types"; export declare function placeItemsAfter(items: Item[], id: string, shouldInsertNullItem?: boolean): (Item | { id: null; ref: { current: null; }; })[];