UNPKG

@wordpress/core-data

Version:
5 lines (3 loc) 148 B
import { createContext } from '@wordpress/element'; export const EntityContext = createContext( {} ); EntityContext.displayName = 'EntityContext';