UNPKG

react-phylogeny-tree-gl

Version:

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

3 lines (2 loc) 207 B
import { Phylocanvas } from '../types/phylocanvas.gl'; export declare function createOnSelectPlugin(onSelect: (tree: Phylocanvas, selectedIds: string[]) => void): (tree: Phylocanvas, decorate: any) => void;