UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

11 lines (10 loc) 312 B
export default function SetMinMaxDialog(props: { model: { minScore: number; maxScore: number; scaleType: string; setMinScore: (arg?: number) => void; setMaxScore: (arg?: number) => void; }; handleClose: () => void; }): import("react/jsx-runtime").JSX.Element;