UNPKG

@kenshooui/react-tree

Version:

React Tree is a straight forward component that allows a user to display and manage a hierarchical structure of items in a clear and comfortable way.

8 lines (6 loc) 182 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./react-tree.cjs.prod.js"); } else { module.exports = require("./react-tree.cjs.dev.js"); }