Skip to content

Commit

Permalink
Add missing exports to TS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Jan 28, 2024
1 parent 6668f5d commit 5ce88a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -43,3 +43,5 @@ interface FontAwesomeLayersTextProps {
declare const FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>
declare const FontAwesomeLayers: DefineComponent<FontAwesomeLayersProps>
declare const FontAwesomeLayersText: DefineComponent<FontAwesomeLayersTextProps>

export { FontAwesomeIcon, FontAwesomeLayers, FontAwesomeLayersText }

0 comments on commit 5ce88a7

Please sign in to comment.