fix: export text align extension options

This commit is contained in:
Ilya Amursky
2021-07-15 14:20:22 +10:00
committed by Hans Pagel
parent aac0193050
commit 1b43de331d

View File

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