UNPKG

react-phylogeny-tree-gl

Version:

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

3 lines (2 loc) 162 B
import { Phylocanvas, Decorate } from '../types/phylocanvas.gl'; export declare function onClickHighlightOffsprings(tree: Phylocanvas, decorate: Decorate): void;