fix: export text align extension options
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Extension } from '@tiptap/core'
|
||||
|
||||
type TextAlignOptions = {
|
||||
export type TextAlignOptions = {
|
||||
types: string[],
|
||||
alignments: string[],
|
||||
defaultAlignment: string,
|
||||
|
||||
Reference in New Issue
Block a user