@tiptap/extension-history
Advanced tools
Comparing version 2.0.0-beta.21 to 2.0.0-beta.24
{ | ||
"name": "@tiptap/extension-history", | ||
"description": "history extension for tiptap", | ||
"version": "2.0.0-beta.21", | ||
"version": "2.0.0-beta.24", | ||
"homepage": "https://tiptap.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "621cfa2f7e98a48525fa22f9d97a92fc08368966" | ||
"gitHead": "591c0807a2ab5c34b4b7fe12c12511fe4f493ebd" | ||
} |
import { Extension } from '@tiptap/core' | ||
import { history, undo, redo } from 'prosemirror-history' | ||
import { history, redo, undo } from 'prosemirror-history' | ||
@@ -4,0 +4,0 @@ export interface HistoryOptions { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16463