UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 269 B
import type { ExportSvgOptions } from '../types'; export default function ExportSvgDialog({ model, handleClose, }: { model: { exportSvg(opts: ExportSvgOptions): Promise<void>; }; handleClose: () => void; }): import("react/jsx-runtime").JSX.Element;