UNPKG

virtualized-tree

Version:

Forked version of react-virtualized-tree React component to specifically fit my needs. No one but me should be using this project

5 lines (4 loc) 196 B
import Deletable from './Deletable'; import Expandable from './Expandable'; import Favorite from './Favorite'; export default { Deletable: Deletable, Expandable: Expandable, Favorite: Favorite };