UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

9 lines 279 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; export function reducer(state, action) { return _extends({}, state, action); } export var EditorContext = /*#__PURE__*/React.createContext({ markdown: '' }); //# sourceMappingURL=Context.js.map