UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

7 lines (6 loc) 225 B
import type { IAnyType } from '@jbrowse/mobx-state-tree'; declare const SlotEditor: ({ slot, slotSchema, }: { slot: any; slotSchema: IAnyType; }) => import("react/jsx-runtime").JSX.Element; export default SlotEditor;