UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

4 lines (3 loc) 280 B
import type { BaseLinearDisplayModel } from './model.ts'; import type { ExportSvgDisplayOptions } from './types.ts'; export declare function renderBaseLinearDisplaySvg(self: BaseLinearDisplayModel, opts: ExportSvgDisplayOptions): Promise<import("react/jsx-runtime").JSX.Element>;