UNPKG

react-phylogeny-tree-gl

Version:

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

7 lines (6 loc) 187 B
/// <reference types="react" /> export declare function ModalContainer({ children, style, onCloseRequest }: { children: any; style: any; onCloseRequest: any; }): JSX.Element;