fix build

This commit is contained in:
Philipp Kühn
2020-09-09 18:55:19 +02:00
parent ba744cf6d8
commit 23fbe99a5e
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { MarkSpec, MarkType } from 'prosemirror-model'
import Extension, { ExtensionCallback, ExtensionExtends } from './Extension'
import { Editor } from './Editor'
interface MarkCallback<Options> {
export interface MarkCallback<Options> {
name: string
editor: Editor
options: Options