import { markPasteRule } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Build an paste rule that adds a mark when the matched text is pasted into it.
Parameters
config: { find: PasteRuleFinder; type: MarkType; getAttributes?: ; }
| Record<string, any>
| false
| null