UNPKG

react-phylogeny-tree-gl

Version:

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

7 lines (6 loc) 174 B
/// <reference types="react" /> export declare function ZoomButtons({ onZoomIn, onZoomOut, style }: { onZoomIn: any; onZoomOut: any; style: any; }): JSX.Element;