UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

12 lines (11 loc) 403 B
import type { AbstractRootModel, FileLocation } from '../../util/types'; declare const FileSelector: (props: { location?: FileLocation; name?: string; description?: string; inline?: boolean; rootModel?: AbstractRootModel; setLocation: (param: FileLocation) => void; setName?: (str: string) => void; }) => import("react/jsx-runtime").JSX.Element; export default FileSelector;