Skip to content

Commit

Permalink
fix: Use export type instead of raw export
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 7, 2023
1 parent 4cfbe3a commit a18656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { JSONContent } from '@tiptap/core'
export type { JSONContent } from '@tiptap/core'

0 comments on commit a18656a

Please sign in to comment.