UNPKG

react-img-editor-pro

Version:

图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor

4 lines 199 B
import React from 'react'; import withContext from '../common/withContext'; export var EditorContext = /*#__PURE__*/React.createContext({}); export var withEditorContext = withContext(EditorContext);