fix: Export type ColorOptions (#2180)

This commit is contained in:
Apaar Gupta 2021-11-22 01:57:01 +05:30 committed by GitHub
parent cd14731612
commit bc242fe342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import { Extension } from '@tiptap/core'
import '@tiptap/extension-text-style'
type ColorOptions = {
export type ColorOptions = {
types: string[],
}