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

Interface AssetsProviderProps

packages/grapesjs-react/src/AssetsProvider.tsx:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43export interface AssetsProviderProps {
44 children: (props: AssetsResultProps) => ReactElement<any>;
45}
46
47export interface AssetsEventProps {
48 open: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected