fix: Export type FontFamilyOptions (#2345)

This commit is contained in:
Apaar Gupta
2022-01-04 01:49:40 +05:30
committed by GitHub
parent 983d8488b3
commit 909d44459c

View File

@@ -1,7 +1,7 @@
import { Extension } from '@tiptap/core'
import '@tiptap/extension-text-style'
type FontFamilyOptions = {
export type FontFamilyOptions = {
types: string[],
}