UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

13 lines (10 loc) 242 B
import { createContext } from 'react'; const MarkdownEditorContext = /*#__PURE__*/createContext({ disabled: false, condensed: false, required: false, formattingToolsRef: { current: null } }); export { MarkdownEditorContext };