UNPKG

@mui/joy

Version:

Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.

4 lines (3 loc) 207 B
import * as React from 'react'; declare const CloseModalContext: React.Context<((event: {}, reason: "backdropClick" | "escapeKeyDown" | "closeClick") => void) | undefined>; export default CloseModalContext;