wiredmax / react-flags

Flags of the world react component
MIT License
86 stars 28 forks source link

Add typescript compatibility (.d.ts) #23

Open DavAnaton opened 3 years ago

DavAnaton commented 3 years ago

Importing this module in a typescript project fails.

Could not find a declaration file for module 'react-flags'. '/project/node_modules/react-flags/lib/react-flags.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/react-flags` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-flags';`  TS7016