dependencies: update
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user