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

Interface SelectorsProviderProps

packages/grapesjs-react/src/SelectorsProvider.tsx:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51export type SelectorsResultProps = SelectorsState;
52
53export interface SelectorsProviderProps {
54 children: (props: SelectorsResultProps) => ReactElement<any>;
55}
56
57const SelectorsProvider = memo(function ({ children }: SelectorsProviderProps) {
58 const { editor } = useEditorInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected