@jbrowse/plugin-linear-genome-view
Version:
JBrowse 2 linear genome view
8 lines (7 loc) • 393 B
TypeScript
import type { ExportSvgOptions } from '../../LinearGenomeView/types';
import type { BaseLinearDisplayModel } from '../model';
import type { ThemeOptions } from '@mui/material';
export declare function renderBaseLinearDisplaySvg(self: BaseLinearDisplayModel, opts: ExportSvgOptions & {
overrideHeight: number;
theme?: ThemeOptions;
}): Promise<import("react/jsx-runtime").JSX.Element>;