Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
export interface AssetsProviderProps {
44
children: (props: AssetsResultProps) => ReactElement<any>;
45
}
46
47
export interface AssetsEventProps {
48
open: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected