pikulinpw / ckeditor5-resizableheight

Optimize your CKEditor 5 editing space with the ResizableHeight plugin. This plugin adds the ability to set the height of the editor and also change its size. Adds the ability to resize.
Other
9 stars 2 forks source link

Why i get this error? #2

Open wmeneguim opened 6 months ago

wmeneguim commented 6 months ago

In my ckeditor custom, i install using npm install --save @ckeditor/ckeditor5-core

but, i get this error when i try to import in my angular project:

import { ResizableHeight } from '@pikulinpw/ckeditor5-resizableheight';

Could not find a declaration file for module '@pikulinpw/ckeditor5-resizableheight'. 'c:/Projetos/siscoe_angular/SisCOE/frontend/src/app/material/editortextr/ckeditor5-custom-build/node_modules/@pikulinpw/ckeditor5-resizableheight/src/ResizableHeight.js' implicitly has an 'any' type. Try npm i --save-dev @types/pikulinpw__ckeditor5-resizableheight if it exists or add a new declaration (.d.ts) file containing declare module '@pikulinpw/ckeditor5-resizableheight';ts(7016)

and i already installed angular core 5, i dont know how to solve, please help-me!

pikulinpw commented 5 months ago

Sorry, TypeScript is not supported yet, I will add it in the next update, but I can’t say when it will be, I don’t have enough free time