UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

7 lines (6 loc) 220 B
import type { LinearGenomeViewModel } from '..'; type LGV = LinearGenomeViewModel; declare const CenterLine: ({ model }: { model: LGV; }) => import("react/jsx-runtime").JSX.Element | null; export default CenterLine;