UNPKG

react-phylogeny-tree-gl

Version:

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

3 lines (2 loc) 242 B
import { Phylocanvas, Decorate } from '../types/phylocanvas.gl'; export declare function createOnRedrawReRootTreePlugin(onRedrawReRootTree: (tree: Phylocanvas, leafsInTree: string[]) => void): (tree: Phylocanvas, decorate: Decorate) => void;