UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

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