UNPKG

@wordpress/block-editor

Version:
9 lines (8 loc) 314 B
// packages/block-editor/src/components/block-list/private-block-context.js import { createContext } from "@wordpress/element"; var PrivateBlockContext = createContext({}); PrivateBlockContext.displayName = "PrivateBlockContext"; export { PrivateBlockContext }; //# sourceMappingURL=private-block-context.js.map