MCDatepicker
MCDatepicker copied to clipboard
Could not find a declaration file for module 'mc-datepicker'.
Could not find a declaration file for module 'mc-datepicker'. '.../node_modules/mc-datepicker/src/js/mc-calendar.js' implicitly has an 'any' type.
Try npm i --save-dev @types/mc-datepicker
if it exists or add a new declaration (.d.ts) file containing declare module 'mc-datepicker';
ts(7016)