UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

9 lines (8 loc) 276 B
declare const SequenceSearchDialog: ({ model, handleClose, }: { model: { assemblyNames: string[]; showTrack: (trackId: string) => void; }; handleClose: () => void; }) => import("react/jsx-runtime").JSX.Element; export default SequenceSearchDialog;