UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

7 lines (6 loc) 210 B
import type { LinearGenomeViewModel } from '..'; type LGV = LinearGenomeViewModel; export default function HeaderPanControls({ model }: { model: LGV; }): import("react/jsx-runtime").JSX.Element; export {};