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

Interface PagesProviderProps

packages/grapesjs-react/src/PagesProvider.tsx:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34export type PagesResultProps = PagesState;
35
36export interface PagesProviderProps {
37 children: (props: PagesResultProps) => ReactElement<any>;
38}
39
40const PagesProvider = memo(function ({ children }: PagesProviderProps) {
41 const { editor } = useEditorInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected