Skip to content

Commit

Permalink
some prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Jul 10, 2023
1 parent 875c6e5 commit b5e467a
Show file tree
Hide file tree
Showing 3 changed files with 872 additions and 754 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface FontAwesomeIconProps {
flip?: 'horizontal' | 'vertical' | 'both'
icon: object | Array<string> | string | IconDefinition
mask?: object | Array<string> | string
maskId?: object | Array<string> | string;
listItem?: boolean
pull?: 'right' | 'left'
pulse?: boolean
Expand All @@ -17,6 +18,7 @@ interface FontAwesomeIconProps {
transform?: object | string
symbol?: boolean | string
title?: string
titleId?: string
inverse?: boolean
bounce?: boolean
shake?: boolean
Expand Down
Loading

0 comments on commit b5e467a

Please sign in to comment.