Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapesJS/react
/ ModalProviderProps
Interface
ModalProviderProps
packages/grapesjs-react/src/ModalProvider.tsx:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
export interface ModalProviderProps {
38
children: (props: ModalResultProps) => ReactElement<any>;
39
}
40
41
export interface ModalEventProps {
42
open: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected