Skip to content

Commit da9e3ee

Browse files
authored
Merge pull request #56 from kalipso-inc/expose-language-flag-props
Expose CircleFlagLanguageProps
2 parents 12b13b1 + 8aa3f62 commit da9e3ee

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ declare function CircleFlagLanguage(props: CircleFlagLanguageProps): JSX.Element
5050
declare var countries: Record<string, boolean>
5151
declare var languages: Record<string, boolean>
5252

53-
export { CircleFlag, CircleFlagLanguage, CircleFlagProps, countries, languages }
53+
export { CircleFlag, CircleFlagLanguage, CircleFlagProps, CircleFlagLanguageProps, countries, languages }

package-lock.json

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-circle-flags",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
55
"author": "Tomás Novau(tnovau@ontheedge.cloud)",
66
"license": "MIT",

0 commit comments

Comments
 (0)