Skip to content

Commit

Permalink
Add swapOpacity to TS file
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Dec 6, 2019
1 parent bf26f89 commit 6b1e00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Expand Up @@ -40,4 +40,5 @@ export interface FontAwesomeIconProps extends BackwardCompatibleOmit<DOMAttribut
style?: CSSProperties
tabIndex?: number;
title?: string;
}
swapOpacity?: boolean;
}

0 comments on commit 6b1e00b

Please sign in to comment.