UNPKG

react-phylogeny-tree-gl

Version:

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

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