Skip to content

Commit

Permalink
Merge pull request #77 from bendemboski/fa-icon-args
Browse files Browse the repository at this point in the history
Add missing FaIcon arguments
  • Loading branch information
bakerac4 authored Jun 29, 2023
2 parents 7fa1940 + 3c16cd9 commit af840d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/@fortawesome/ember-fontawesome/fa-icon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ declare module '@fortawesome/ember-fontawesome/components/fa-icon' {
pull?: PullProp;
pulse?: boolean;
border?: boolean;
listItem?: boolean;
flip?: FlipProp;
spin?: boolean;
fixedWidth?: boolean;
transform?: Transform;
symbol?: boolean;
Expand Down

0 comments on commit af840d4

Please sign in to comment.