UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 275 B
import type { LinearGenomeViewModel } from '..'; type LGV = LinearGenomeViewModel; declare const Rubberband: ({ model, ControlComponent, }: { model: LGV; ControlComponent?: React.ReactElement; }) => import("react/jsx-runtime").JSX.Element; export default Rubberband;