UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

7 lines (6 loc) 191 B
/// <reference types="react" /> interface DialogContextValue { titleId?: string; } declare const DialogContext: import("react").Context<DialogContextValue>; export default DialogContext;