UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

6 lines (5 loc) 203 B
import type { DialogProps } from '@mui/material'; declare const DraggableDialog: (props: DialogProps & { title: string; }) => import("react/jsx-runtime").JSX.Element; export default DraggableDialog;