UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

6 lines (5 loc) 209 B
import type { TreeSidebarModel } from './treeTypes.ts'; declare const TreeSidebar: ({ model, }: { model: TreeSidebarModel; }) => import("react/jsx-runtime").JSX.Element | null; export default TreeSidebar;