Skip to content

Commit

Permalink
Fixing props for main component (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBspheroid authored Nov 12, 2024
1 parent fcc9a06 commit caa4cb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export interface FontAwesomeIconProps {
mask?: IconProp
maskId?: string
class?: string
color?: string
spin?: boolean
spinPulse?: boolean
spinReverse?: boolean
Expand All @@ -44,7 +43,7 @@ export interface FontAwesomeIconProps {
rotation?: RotateProp
transform?: string | Transform
symbol?: FaSymbol
style?: CSS.PropertiesHyphen
style?: CSS.PropertiesHyphen | string
tabIndex?: number;
title?: string;
titleId?: string;
Expand Down

0 comments on commit caa4cb4

Please sign in to comment.