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

8 lines (7 loc) 121 B
"use strict"; exports.__esModule = true; var UPDATE_TYPE = exports.UPDATE_TYPE = { ADD: 0, DELETE: 1, UPDATE: 2 };