@jbrowse/plugin-wiggle
Version:
JBrowse 2 wiggle adapters, tracks, etc.
12 lines (11 loc) • 389 B
TypeScript
import type { MinimalModel } from './types.ts';
import type { Source } from '../../util.ts';
declare const LegendItem: ({ source, idx, rowHeight, labelWidth, model, exportSVG, }: {
source: Source;
idx: number;
rowHeight: number;
labelWidth: number;
model: MinimalModel;
exportSVG?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
export default LegendItem;