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