Skip to content

Commit a18656a

Browse files
committed
fix: Use export type instead of raw export
1 parent 4cfbe3a commit a18656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { JSONContent } from '@tiptap/core'
1+
export type { JSONContent } from '@tiptap/core'

0 commit comments

Comments
 (0)