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 64 B
export var UPDATE_TYPE = { ADD: 0, DELETE: 1, UPDATE: 2 };