UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

4 lines (3 loc) 269 B
import type { MultiRenderArgsDeserialized } from '../types.ts'; import type { Feature } from '@jbrowse/core/util'; export declare function renderMultiRowXYPlot(renderProps: MultiRenderArgsDeserialized, features: Feature[]): Promise<import("librpc-web-mod").RpcResult>;