UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

8 lines (7 loc) 289 B
import type { WiggleDisplayModel } from '../model'; declare const FullHeightScaleBar: ({ model, orientation, exportSVG, }: { model: WiggleDisplayModel; orientation?: string; exportSVG?: boolean; }) => import("react/jsx-runtime").JSX.Element; export default FullHeightScaleBar;