UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 304 B
import type { BaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models'; interface Props { track: BaseTrackModel; className?: string; } declare const TrackLabel: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>; export default TrackLabel;