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

@@ -4,7 +4,8 @@ import { InputRule } from 'prosemirror-inputrules'
import { Editor } from './Editor'
import { Node } from './Node'
import mergeDeep from './utilities/mergeDeep'
import { GlobalAttributes, RawCommands, ExtensionConfig } from './types'
import { GlobalAttributes, RawCommands } from './types'
import { ExtensionConfig } from '.'
declare module '@tiptap/core' {
interface ExtensionConfig<Options = any> {