UNPKG

@deepdub/react-arborist

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