UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

12 lines (11 loc) 362 B
declare const StringArrayEditor: ({ slot, }: { slot: { name: string; value: string[]; setAtIndex: (arg: number, arg2: string) => void; removeAtIndex: (arg: number) => void; add: (arg: string) => void; description: string; }; }) => import("react/jsx-runtime").JSX.Element; export default StringArrayEditor;