allow to define everything within extensions
This commit is contained in:
@@ -19,6 +19,8 @@ import { Editor } from './Editor'
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface NodeConfig<Options = any> {
|
||||
[key: string]: any;
|
||||
|
||||
/**
|
||||
* Name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user