This commit is contained in:
Philipp Kühn
2020-11-14 09:23:47 +01:00
parent 41ce8c0743
commit 9d7e022ccb
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { Plugin } from 'prosemirror-state'
import { Editor } from './Editor'
import { GlobalAttributes } from './types'
export interface ExtensionSpec<Options = {}, Commands = {}> {
export interface ExtensionSpec<Options = any, Commands = {}> {
/**
* Name
*/