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

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