fix: Export type FontFamilyOptions (#2345)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Extension } from '@tiptap/core'
|
import { Extension } from '@tiptap/core'
|
||||||
import '@tiptap/extension-text-style'
|
import '@tiptap/extension-text-style'
|
||||||
|
|
||||||
type FontFamilyOptions = {
|
export type FontFamilyOptions = {
|
||||||
types: string[],
|
types: string[],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user