UNPKG

@rabahzeineddine/material-ui

Version:
5 lines (4 loc) 221 B
/// <reference types="react" /> import { FullScreenDialogProps } from "../../config/@types/FullScreenDialog"; declare function FullScreenDialog(props: FullScreenDialogProps): JSX.Element; export default FullScreenDialog;