UNPKG

react-phylogeny-tree-gl

Version:

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

5 lines (4 loc) 170 B
import { SubtreeLeafOption } from '../hooks/useLeafSubtree'; export * from './phylocanvas.gl'; export * from './react-phylogeny-tree'; export type { SubtreeLeafOption };