UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

7 lines (6 loc) 181 B
import * as React from 'react'; interface DialogContextValue { titleId?: string; } declare const DialogContext: React.Context<DialogContextValue>; export default DialogContext;