Change TextAlignOptions to interface (not type) (#1623)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Extension } from '@tiptap/core'
|
||||
|
||||
export type TextAlignOptions = {
|
||||
export interface TextAlignOptions = {
|
||||
types: string[],
|
||||
alignments: string[],
|
||||
defaultAlignment: string,
|
||||
|
||||
Reference in New Issue
Block a user