UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

4 lines (3 loc) 353 B
import type { WiggleDisplayModel } from './model'; import type { ExportSvgDisplayOptions } from '@jbrowse/plugin-linear-genome-view'; export declare function renderSvg(self: WiggleDisplayModel, opts: ExportSvgDisplayOptions, superRenderSvg: (opts: ExportSvgDisplayOptions) => Promise<React.ReactNode>): Promise<import("react/jsx-runtime").JSX.Element>;