allow to define everything within extensions

This commit is contained in:
Philipp Kühn
2021-02-19 17:47:22 +01:00
parent 45e260d535
commit 92a6768b3d
3 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ import { Editor } from './Editor'
declare module '@tiptap/core' {
interface NodeConfig<Options = any> {
[key: string]: any;
/**
* Name
*/