import { EditorState } from "prosemirror-state"; import { NodeType } from "prosemirror-model"; export default function splitHeading(type: NodeType): (state: EditorState, dispatch: any) => boolean; //# sourceMappingURL=splitHeading.d.ts.map