UNPKG

react-wonderful-tree

Version:

React component for expandable, sortable, and droppable file trees

3 lines (2 loc) 120 B
import { TreeData } from '../types'; export default function flattenTree(tree: TreeData, children: string[]): string[];