UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 211 B
import { CompositeState } from "../CompositeState"; export declare function getCurrentId(options: Pick<CompositeState, "currentId" | "items">, passedId?: CompositeState["currentId"]): string | null | undefined;