UNPKG

@rabahzeineddine/material-ui

Version:
7 lines (6 loc) 155 B
import React from 'react'; export declare type FullScreenDialogProps = { closeDialog: () => void; title: string; children: React.ReactNode; };