Skip to content

Commit

Permalink
fix: add type of CircleFlagLanguage in exporting types
Browse files Browse the repository at this point in the history
  • Loading branch information
marsinearth committed Nov 23, 2023
1 parent a16d064 commit 904577d
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 @@ -42,4 +42,4 @@ declare function CircleFlagLanguage(props: CircleFlagLanguageProps): JSX.Element
declare var countries: Record<string, boolean>
declare var languages: Record<string, boolean>

export { CircleFlag, CircleFlagProps, countries, languages }
export { CircleFlag, CircleFlagLanguage, CircleFlagProps, countries, languages }

0 comments on commit 904577d

Please sign in to comment.