fix error

This commit is contained in:
Philipp Kühn 2021-07-26 15:14:22 +02:00
parent 9ffd58cf25
commit c315935bf9

View File

@ -1,6 +1,6 @@
import { Extension } from '@tiptap/core'
export interface TextAlignOptions = {
export interface TextAlignOptions {
types: string[],
alignments: string[],
defaultAlignment: string,