UNPKG
@ui-schema/kit-dnd
Version:
latest (0.0.8)
next (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Drag and Drop Tools for (not only) UI-Schema
ui-schema.bemit.codes
ui-schema/ui-schema
@ui-schema/kit-dnd
/
Utils
/
addNestKey
/
addNestKey.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
List
}
from
'immutable'
;
export
declare
const
addNestKey
: <D>
(
nestKey
:
string
,
keys
:
List
<D>
) =>
List
<D>;