UNPKG

react-phylogeny-tree-gl

Version:

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

3 lines (2 loc) 185 B
import { Phylocanvas, Decorate } from '../../types/phylocanvas.gl'; export declare function createContextMenuPlugin(setMenuProps: any): (tree: Phylocanvas, decorate: Decorate) => void;