UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

11 lines (10 loc) 277 B
declare const NumberEditor: ({ slot, }: { slot: { name?: string; value: string; description?: string; set: (val: number) => void; reset?: () => void; }; }) => import("react/jsx-runtime").JSX.Element; export default NumberEditor;