UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

3 lines (2 loc) 131 B
import { Item } from "./types"; export declare function findFirstEnabledItem(items: Item[], excludeId?: string): Item | undefined;