UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 265 B
import type { LinearGenomeViewModel } from '..'; type LGV = LinearGenomeViewModel; declare const TracksContainer: ({ children, model, }: { children: React.ReactNode; model: LGV; }) => import("react/jsx-runtime").JSX.Element; export default TracksContainer;