chore: Upgrade all of prosemirror (#5366)
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com>
This commit is contained in:
14
app/typings/prosemirror-view.d.ts
vendored
Normal file
14
app/typings/prosemirror-view.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import "prosemirror-view";
|
||||
|
||||
declare module "prosemirror-view" {
|
||||
import { ResolvedPos } from "prosemirror-model";
|
||||
import { EditorView } from "prosemirror-view";
|
||||
|
||||
export function __parseFromClipboard(
|
||||
view: EditorView,
|
||||
text: string,
|
||||
html: string | null,
|
||||
plainText: boolean,
|
||||
$context: ResolvedPos
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user