Pinned Loading
-
shims-tiptap-commands.d.ts
shims-tiptap-commands.d.ts 1declare module 'tiptap-commands' {
2import { EditorView } from "prosemirror-view";
3import { Transaction, EditorState, Plugin } from "prosemirror-state";
4import { InputRule } from "prosemirror-inputrules";
5import { NodeType, MarkType } from "prosemirror-model";
-
shims-tiptap-extensions.d.ts
shims-tiptap-extensions.d.ts 1declare module 'tiptap-extensions' {
2import { Extension, Node, Mark } from "tiptap";
3import { NodeSpec } from "prosemirror-model";
45export interface PlaceholderOptions {
-
shims-tiptap.d.ts
shims-tiptap.d.ts 1declare module 'tiptap' {
2import {
3MarkSpec,
4MarkType,
5Node as ProsemirrorNode,
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.