UNPKG

react-img-editor-en

Version:
4 lines 186 B
import React from 'react'; import withContext from '../common/withContext'; export var EditorContext = React.createContext({}); export var withEditorContext = withContext(EditorContext);