fix build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ import { NodeSpec, NodeType } from 'prosemirror-model'
|
||||
import Extension, { ExtensionCallback, ExtensionExtends } from './Extension'
|
||||
import { Editor } from './Editor'
|
||||
|
||||
interface NodeCallback<Options> {
|
||||
export interface NodeCallback<Options> {
|
||||
name: string
|
||||
editor: Editor
|
||||
options: Options
|
||||
|
||||
Reference in New Issue
Block a user