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
/
fillGroups.d.ts
6 lines
(5 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
import { Item } from
"./types"
; /** * Turns
[[row1, row1], [row2]]
into
[[row1, row1], [row2, row2]]
*/ export declare
function
fillGroups
(groups: Item[][], currentId?: string | null, shift?: boolean)
: Item[][];