UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

8 lines (7 loc) 267 B
import type { MinimalModel } from './types.ts'; declare const ColorLegend: ({ model, rowHeight, exportSVG, }: { model: MinimalModel; rowHeight: number; exportSVG?: boolean; }) => import("react/jsx-runtime").JSX.Element | null; export default ColorLegend;