Change TextAlignOptions to interface (not type) (#1623)

This commit is contained in:
Arthur McGregor
2021-07-27 01:09:08 +12:00
committed by GitHub
parent 345ea8cf8a
commit e367974e30

View File

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