paradiego
This commit is contained in:
6
node_modules/@mui/material/Dialog/DialogContext.d.ts
generated
vendored
Normal file
6
node_modules/@mui/material/Dialog/DialogContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
interface DialogContextValue {
|
||||
titleId?: string;
|
||||
}
|
||||
declare const DialogContext: React.Context<DialogContextValue>;
|
||||
export default DialogContext;
|
||||
Reference in New Issue
Block a user