mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
fix: Export type ColorOptions (#2180)
This commit is contained in:
parent
cd14731612
commit
bc242fe342
@ -1,7 +1,7 @@
|
||||
import { Extension } from '@tiptap/core'
|
||||
import '@tiptap/extension-text-style'
|
||||
|
||||
type ColorOptions = {
|
||||
export type ColorOptions = {
|
||||
types: string[],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user