Skip to content

Commit 114cb0c

Browse files
committed
fix: editor ref type
1 parent e21c0c2 commit 114cb0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MixInputType.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import { type UseEditorOptions } from '@tiptap/react'
21
import '@total-typescript/ts-reset'
2+
import { Editor, } from '@tiptap/core'
3+
import { UseEditorOptions } from '@tiptap/react'
34

45
import type { CSSProperties, HTMLAttributes } from 'react'
56
export interface Tag {

0 commit comments

Comments
 (0)