UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

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