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

@@ -8,12 +8,8 @@ import { Plugin, Transaction } from 'prosemirror-state'
import { Command as ProseMirrorCommand } from 'prosemirror-commands'
import { InputRule } from 'prosemirror-inputrules'
import mergeDeep from './utilities/mergeDeep'
import {
Attributes,
RawCommands,
GlobalAttributes,
MarkConfig,
} from './types'
import { Attributes, RawCommands, GlobalAttributes } from './types'
import { MarkConfig } from '.'
import { Editor } from './Editor'
declare module '@tiptap/core' {