'Unable to use Ckeditor in React Typescript

'CKEditor' is declared but its value is never read.ts(6133) Could not find a declaration file for module '@ckeditor/ckeditor5-react'. '/ProjectNameUnknown/node_modules/@ckeditor/ckeditor5-react/dist/ckeditor.js' implicitly has an 'any' type.
Try npm i --save-dev @types/ckeditor__ckeditor5-react if it exists or add a new declaration (.d.ts) file containing declare module '@ckeditor/ckeditor5-react';

Is there any official support of CKEditor in tsx ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source