Open yamilelias opened 10 months ago
Create a file named fslightbox-react.d.ts
in your project's src
or typings
directory (or any directory included in your TypeScript configuration) and add the following line to the file:
declare module 'fslightbox-react';
The package is missing a Typescript module declaration.
It is something easy to solve but it is missing in the documentation and the README file of the project.