BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
936 stars 325 forks source link

Fix typescript linting errors #235

Closed sugersuger closed 3 years ago

sugersuger commented 3 years ago

Fix #214 issue.
When we run $ tsc index.d.ts command, TypeScript no longer throws up linting errors.

peacechen commented 3 years ago

Thanks @sugersuger