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

Interface DevicesProviderProps

packages/grapesjs-react/src/DevicesProvider.tsx:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24export type DevicesResultProps = DevicesState;
25
26export interface DevicesProviderProps {
27 children: (props: DevicesResultProps) => ReactElement<any>;
28}
29
30const DevicesProvider = memo(function ({ children }: DevicesProviderProps) {
31 const { editor } = useEditorInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected