MCPcopy Create free account
hub / github.com/GrapesJS/react / PortalContainerProps

Interface PortalContainerProps

packages/grapesjs-react/src/utils/react.tsx:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27export interface PortalContainerProps {
28 children: ReactNode;
29}
30
31export type PortalContainerResult = (props: PortalContainerProps) => ReactNode | any;
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected