fix type cycle bug in vite

This commit is contained in:
Philipp Kühn
2021-03-31 13:44:56 +02:00
parent d06f5c0c73
commit f8d029040a
6 changed files with 9 additions and 27 deletions

View File

@@ -13,8 +13,8 @@ import {
NodeViewRenderer,
GlobalAttributes,
RawCommands,
NodeConfig,
} from './types'
import { NodeConfig } from '.'
import { Editor } from './Editor'
declare module '@tiptap/core' {