Skip to content

Commit

Permalink
export the other props on index.d.ts (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed May 20, 2024
1 parent eca0cc9 commit a4d8b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ declare const FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>
declare const FontAwesomeLayers: DefineComponent<FontAwesomeLayersProps>
declare const FontAwesomeLayersText: DefineComponent<FontAwesomeLayersTextProps>

export { FontAwesomeIcon, FontAwesomeLayers, FontAwesomeLayersText }
export { FontAwesomeIcon, FontAwesomeIconProps, FontAwesomeLayers, FontAwesomeLayersProps, FontAwesomeLayersText, FontAwesomeLayersTextProps }

0 comments on commit a4d8b5c

Please sign in to comment.