Skip to content

Commit

Permalink
fixes import
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Mar 26, 2024
1 parent 5c4b88b commit 00b085f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/extension-collaboration/src/collaboration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import {
yUndoPlugin,
yUndoPluginKey,
} from 'y-prosemirror'
import type { YSyncOpts } from 'y-prosemirror/dist/src/plugins/sync-plugin'
import { UndoManager } from 'yjs'

type YSyncOpts = Parameters<typeof ySyncPlugin>[1]

declare module '@tiptap/core' {
interface Commands<ReturnType> {
collaboration: {
Expand Down

0 comments on commit 00b085f

Please sign in to comment.