UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
ts
/
Composite
/
__utils
/
addItemAtIndex.d.ts
2 lines
(1 loc)
•
106 B
TypeScript
View Raw
1
2
export
declare
function
addItemAtIndex<T
extends
any
[]>(
array
: T,
item
: T[
number
],
index
:
number
):
any
[];