fix: set correct type for emitUpdate
This commit is contained in:
@@ -10,7 +10,7 @@ declare module '@tiptap/core' {
|
||||
*/
|
||||
setContent: (
|
||||
content: Content,
|
||||
emitUpdate?: Boolean,
|
||||
emitUpdate?: boolean,
|
||||
parseOptions?: Record<string, any>,
|
||||
) => Command,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user