UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

6 lines (5 loc) 335 B
import type PluginManager from '@jbrowse/core/PluginManager'; export default function LinearWiggleDisplayF(pluginManager: PluginManager): void; export { default as Tooltip } from './components/Tooltip'; export { default as ReactComponent } from './components/WiggleDisplayComponent'; export { default as modelFactory } from './model';