UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

9 lines (8 loc) 353 B
import type { LinearGenomeViewModel } from '..'; import type { BaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models'; type LGV = LinearGenomeViewModel; declare const TrackLabelContainer: ({ track, view, }: { track: BaseTrackModel; view: LGV; }) => import("react/jsx-runtime").JSX.Element | null; export default TrackLabelContainer;