UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

11 lines (10 loc) 343 B
import type { Source } from '../../util.ts'; declare const MultiWiggleColorLegend: ({ model, labelWidth, }: { model: { canDisplayLegendLabels: boolean; rowHeight: number; sources?: Source[]; }; labelWidth: number; }) => import("react/jsx-runtime").JSX.Element | null; export default MultiWiggleColorLegend;