Introduce comments below events
Also add tomstones Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
3
js/src/typings/tiptap.d.ts
vendored
3
js/src/typings/tiptap.d.ts
vendored
@@ -2,6 +2,9 @@ declare module 'tiptap' {
|
||||
import Vue from 'vue';
|
||||
export class Editor {
|
||||
public constructor({});
|
||||
public commands: {
|
||||
mention: Function,
|
||||
};
|
||||
|
||||
public setOptions({}): void;
|
||||
public setContent(content: string): void;
|
||||
|
||||
Reference in New Issue
Block a user