UNPKG

@ui-schema/kit-dnd

Version:

Drag and Drop Tools for (not only) UI-Schema

3 lines (2 loc) 115 B
import { List } from 'immutable'; export declare const addNestKey: <D>(nestKey: string, keys: List<D>) => List<D>;