UNPKG

@deepdub/react-arborist

Version:
10 lines (8 loc) 152 B
export type CursorLocation = { index: number | null; level: number | null; parentId: string | null; }; export type DragItem = { id: string; };