After installing the library, the import is not possible becuase the missing declaration file (.d.ts).
I have attempted to create one in @types, but might happen that it is still wrongly declared, as for instance elements of type "datepicker" are still not visible
Questions:
- Is it correct to create a custom d.ts file for the library or there is another better option?
- If it is, what should this file contain in order to be able to use elements of type "datepicker" (the others do not matter, so declaration for any other type is not needed) ?