import Blockquote, { BlockquoteOptions } from "@tiptap/extension-blockquote"; import BlockQuoteExt from "./BlockQuote.vue"; export function useBlockquote(options?: Partial) { return Blockquote.configure(options); } export { BlockQuoteExt };