import { type CommandProps } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
definition: { editor: Editor; tr: Transaction; commands: SingleCommands; can: () => CanCommands; chain: () => ChainedCommands; state: EditorState; view: EditorView; dispatch: ((args?: any) => any) | undefined; }