refactoring

This commit is contained in:
Philipp Kühn
2021-03-08 22:16:32 +01:00
parent c0fab9d685
commit 7f698a7553
6 changed files with 7 additions and 86 deletions

View File

@@ -7,7 +7,6 @@ import React from 'react'
import ReactDOM from 'react-dom'
import { Editor } from './Editor'
import { ReactRenderer } from './ReactRenderer'
import test from './test'
interface ReactNodeViewRendererOptions {
stopEvent: ((event: Event) => boolean) | null,