Skip to content

Commit 5a1fd84

Browse files
dom-the-devdominikamrugiewicz
andauthored
#583 - fix interface definition (#584)
Co-authored-by: dominikamrugiewicz <[email protected]>
1 parent db357e2 commit 5a1fd84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export interface FontAwesomeIconProps extends BackwardCompatibleOmit<SVGAttribut
4747
transform?: string | Transform | undefined;
4848
symbol?: FaSymbol | undefined;
4949
style?: CSSProperties | undefined;
50-
tabIndex?: number; | undefined;
51-
title?: string; | undefined;
52-
titleId?: string; | undefined;
53-
swapOpacity?: boolean; | undefined;
50+
tabIndex?: number | undefined;
51+
title?: string | undefined;
52+
titleId?: string | undefined;
53+
swapOpacity?: boolean | undefined;
5454
widthAuto?: boolean | undefined;
5555
}

0 commit comments

Comments
 (0)