UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

7 lines (6 loc) 224 B
import type { DialogProps } from '@mui/material'; interface Props extends DialogProps { header?: React.ReactNode; } declare const Dialog: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Dialog;