UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

7 lines (6 loc) 265 B
import type { LegendItem } from './components/FloatingLegend.tsx'; export default function SVGLegend({ items, width, legendAreaWidth, }: { items: LegendItem[]; width: number; legendAreaWidth?: number; }): import("react/jsx-runtime").JSX.Element | null;