Rezervacije/node_modules/@mui/material/modern/Dialog/DialogContext.d.ts

6 lines
178 B
TypeScript

import * as React from 'react';
interface DialogContextValue {
titleId?: string;
}
declare const DialogContext: React.Context<DialogContextValue>;
export default DialogContext;