MCPcopy Index your code
hub / github.com/GrapesJS/react / LayersProviderProps

Interface LayersProviderProps

packages/grapesjs-react/src/LayersProvider.tsx:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21export type LayersResultProps = LayersState;
22
23export interface LayersProviderProps {
24 children: (props: LayersResultProps) => ReactElement<any>;
25}
26
27const LayersProvider = memo(function ({ children }: LayersProviderProps) {
28 const { editor } = useEditorInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected