mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
fix error
This commit is contained in:
parent
9ffd58cf25
commit
c315935bf9
@ -1,6 +1,6 @@
|
|||||||
import { Extension } from '@tiptap/core'
|
import { Extension } from '@tiptap/core'
|
||||||
|
|
||||||
export interface TextAlignOptions = {
|
export interface TextAlignOptions {
|
||||||
types: string[],
|
types: string[],
|
||||||
alignments: string[],
|
alignments: string[],
|
||||||
defaultAlignment: string,
|
defaultAlignment: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user