/** * Modal * Classification: themed-mui * MUI base: https://mui.com/material-ui/react-modal/ * * Low-level modal primitive. Prefer `Dialog` for standard confirmations and * forms; use `Modal` for fully custom overlay content. */ export { default as Modal } from '@mui/material/Modal'; export type { ModalProps } from '@mui/material/Modal';