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

Interface BlocksProviderProps

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

Source from the content-addressed store, hash-verified

36export type BlocksResultProps = BlocksState;
37
38export interface BlocksProviderProps {
39 children: (props: BlocksResultProps) => ReactElement<any>;
40}
41
42export interface BlocksEventProps {
43 blocks: Block[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected