Skip to content

Commit

Permalink
fix: Export type ColorOptions (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
apaar97 authored Nov 21, 2021
1 parent cd14731 commit bc242fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-color/src/color.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Extension } from '@tiptap/core'
import '@tiptap/extension-text-style'

type ColorOptions = {
export type ColorOptions = {
types: string[],
}

Expand Down

0 comments on commit bc242fe

Please sign in to comment.