UNPKG
react-svg-country-flags
Version:
latest (0.1.2)
0.1.2
0.1.1
easy-to-use component flags of the countries for react.
react-svg-country-flags
/
dist
/
index.d.ts
9 lines
(8 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
, {
FC
}
from
'react'
;
export
interface
Props
{
country
:
string
;
className
?:
string
; }
export
declare
const
Flag
:
FC
<
Props
>;
declare
const
_default
:
React
.
NamedExoticComponent
<
Props
>;
export
default
_default;