import { NodeType } from "prosemirror-model"; import { EditorState, Transaction } from "prosemirror-state"; export default function wrapInCodeBlock(type: NodeType, attrs?: {}): (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean; //# sourceMappingURL=wrapInCodeBlock.d.ts.map