Skip to content

Commit

Permalink
Export FittyOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfriedmann committed Jan 10, 2022
1 parent 2bd4861 commit a2d7c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare module 'fitty' {
interface FittyOptions {
export interface FittyOptions {
minSize?: number
maxSize?: number
multiLine?: boolean
Expand Down

0 comments on commit a2d7c6a

Please sign in to comment.