jam411 3 лет назад
Родитель
Сommit
117638297b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/UncontrolledCodeMirror.tsx

+ 1 - 1
packages/app/src/components/UncontrolledCodeMirror.tsx

@@ -8,7 +8,7 @@ window.CodeMirror = require('codemirror');
 require('codemirror/addon/display/placeholder');
 require('~/client/util/codemirror/gfm-growi.mode');
 
-export interface UncontrolledCodeMirrorProps extends AbstractEditorProps {
+interface UncontrolledCodeMirrorProps extends AbstractEditorProps {
   value: string;
   options?: ICodeMirror['options'];
   isGfmMode?: boolean;