@tiptap/extension-blockquote
Advanced tools
Comparing version 2.0.0-beta.26 to 2.0.0-beta.29
{ | ||
"name": "@tiptap/extension-blockquote", | ||
"description": "blockquote extension for tiptap", | ||
"version": "2.0.0-beta.26", | ||
"version": "2.0.0-beta.29", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "270543995c92243fc27c4a688af6a93033fb4b7e" | ||
"gitHead": "591c0807a2ab5c34b4b7fe12c12511fe4f493ebd" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core' | ||
import { mergeAttributes, Node, wrappingInputRule } from '@tiptap/core' | ||
@@ -3,0 +3,0 @@ export interface BlockquoteOptions { |
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
19208