UNPKG

181 BTypeScriptView Raw
1import * as React from 'react';
2interface DialogContextValue {
3 titleId?: string;
4}
5declare const DialogContext: React.Context<DialogContextValue>;
6export default DialogContext;