UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

9 lines (8 loc) 317 B
import type { AnyConfigurationModel } from '@jbrowse/core/configuration'; declare const ConfirmDialog: ({ tracks, onClose, }: { tracks: AnyConfigurationModel[]; onClose: (arg: boolean, arg1?: { name: string; }) => void; }) => import("react/jsx-runtime").JSX.Element; export default ConfirmDialog;