UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

2 lines (1 loc) 106 B
export declare function addItemAtIndex<T extends any[]>(array: T, item: T[number], index: number): any[];