You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the lib itself is internally type safe with typescript but other typescript users can't use the same safety cause .d.ts is not published, it triggers a warning on compile time.
The text was updated successfully, but these errors were encountered:
Could not find a declaration file for module 'react-smart-tabs'. './node_modules/react-smart-tabs/dist/bundle.js' implicitly has an 'any' type.
Try `npm install @types/react-smart-tabs` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-smart-tabs';
the lib itself is internally type safe with typescript but other typescript users can't use the same safety cause .d.ts is not published, it triggers a warning on compile time.
The text was updated successfully, but these errors were encountered: