UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

9 lines (8 loc) 226 B
export interface LegendItem { color?: string; label: string; } declare const FloatingLegend: ({ items, }: { items: LegendItem[]; }) => import("react/jsx-runtime").JSX.Element | null; export default FloatingLegend;