import { textInputRule } from "https://deno.land/x/netzo@0.4.78/deps/@tiptap/react.ts";
Build an input rule that replaces text when the matched text is typed into it.
Parameters
config: { find: InputRuleFinder; replace: string; }
x/netzo/deps/@tiptap/react.ts>textInputRule
import { textInputRule } from "https://deno.land/x/netzo@0.4.78/deps/@tiptap/react.ts";
Build an input rule that replaces text when the matched text is typed into it.