UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

11 lines (10 loc) 373 B
import type React from 'react'; import type { LinearGenomeViewModel } from '../index.ts'; type LGV = LinearGenomeViewModel; interface ScalebarProps { model: LGV; style?: React.CSSProperties; className?: string; } declare const Scalebar: ({ model, style, className, ...other }: ScalebarProps) => import("react/jsx-runtime").JSX.Element; export default Scalebar;