dependencies: update

This commit is contained in:
Philipp Kühn
2022-01-04 10:02:24 +01:00
parent 909d44459c
commit 6a94e2fa62
22 changed files with 896 additions and 883 deletions

View File

@@ -375,6 +375,16 @@ declare module '@tiptap/core' {
parent: ParentConfig<NodeConfig<Options, Storage>>['code'],
}) => NodeSpec['code']),
/**
* Whitespace
*/
whitespace?: NodeSpec['whitespace'] | ((this: {
name: string,
options: Options,
storage: Storage,
parent: ParentConfig<NodeConfig<Options, Storage>>['whitespace'],
}) => NodeSpec['whitespace']),
/**
* Defining
*/