UNPKG

@readable-js/react-codemirror

Version:
8 lines (7 loc) 255 B
import React from 'react'; declare function _ReadableEditor(p: { initialCode: string; codeMirrorParentStyle?: any; }): JSX.Element; declare const ReadableEditor: React.MemoExoticComponent<typeof _ReadableEditor>; export { ReadableEditor };