UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

11 lines (10 loc) 318 B
declare const NumberMapEditor: ({ slot, }: { slot: { name: string; value: Map<string, string>; remove: (key: string) => void; add: (key: string, val: number) => void; description: string; }; }) => import("react/jsx-runtime").JSX.Element; export default NumberMapEditor;