UNPKG

react-phylogeny-tree-gl

Version:

React integration of phylocanvas.gl. Component and hook for phylogenetic tree visualistion.

8 lines (7 loc) 527 B
import { createOnRedrawReRootTreePlugin } from './createPluginOnRedrawReRootTree'; import { createOnSelectPlugin } from './createPluginOnSelect'; import { createOnViewSubtreePlugin } from './createPluginOnViewSubtree'; import { onClickHighlightOffsprings } from './onClickHighlightOffsprings'; import { createRedoUndoPlugin } from './redoUndo'; declare const scalebar: any; export { createOnSelectPlugin, createOnViewSubtreePlugin, createOnRedrawReRootTreePlugin, onClickHighlightOffsprings, createRedoUndoPlugin, scalebar, };