Files
2026-04-13 08:19:53 +08:00

11 lines
357 B
TypeScript

import { Editor } from '@tiptap/core';
import { MarkType } from '@tiptap/pm/model';
import { Plugin } from '@tiptap/pm/state';
type PasteHandlerOptions = {
editor: Editor;
defaultProtocol: string;
type: MarkType;
};
export declare function pasteHandler(options: PasteHandlerOptions): Plugin;
export {};
//# sourceMappingURL=pasteHandler.d.ts.map