Skip to content

Commit c05508a

Browse files
committed
fix: Editor type exported
1 parent 254d597 commit c05508a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import MixInput from './MixInput'
22
import { editorValueToMixInputValue, mixInputValueToEditorValue } from './utils'
33
import type { MixInputProps, MixInputRef, MixInputValue, MixInputValues, Tag } from './MixInputType.d'
4+
import { type Editor } from '@tiptap/core'
45
export default MixInput
56
export { editorValueToMixInputValue, mixInputValueToEditorValue }
67

@@ -9,5 +10,6 @@ export type {
910
MixInputRef,
1011
MixInputValue,
1112
MixInputValues,
12-
Tag
13+
Tag,
14+
Editor
1315
}

0 commit comments

Comments
 (0)