This commit is contained in:
Philipp Kühn
2021-11-22 10:17:08 +01:00

View File

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