Skip to content

Commit

Permalink
Export type FontFamilyOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
apaar97 authored Jan 3, 2022
1 parent 983d848 commit 7a511e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-font-family/src/font-family.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Extension } from '@tiptap/core'
import '@tiptap/extension-text-style'

type FontFamilyOptions = {
export type FontFamilyOptions = {
types: string[],
}

Expand Down

0 comments on commit 7a511e1

Please sign in to comment.