UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 280 B
import type { BaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models'; interface Props { track: BaseTrackModel; className?: string; } declare const TrackLabel: ({ track, className }: Props) => import("react/jsx-runtime").JSX.Element; export default TrackLabel;