UNPKG

@wordpress/core-data

Version:
9 lines (8 loc) 251 B
// packages/core-data/src/entity-context.js import { createContext } from "@wordpress/element"; var EntityContext = createContext({}); EntityContext.displayName = "EntityContext"; export { EntityContext }; //# sourceMappingURL=entity-context.js.map