UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

10 lines 325 B
import { TreeView } from '@ni/nimble-components/dist/esm/tree-view'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleTreeView = wrap(TreeView, { events: { onExpandedChange: 'expanded-change', onSelectedChange: 'selected-change', } }); //# sourceMappingURL=index.js.map