GrapesJS / style-bg

Full-stack background style property type for GrapesJS, with the possibility to add images, colors, and gradients
MIT License
33 stars 18 forks source link

Could not find a declaration file for module 'grapesjs-style-bg'. #3

Closed gstucki closed 4 years ago

gstucki commented 4 years ago

Hi,

When I try to import :

import grapesjsStyleBG from 'grapesjs-style-bg';

I got the following warning

_"Could not find a declaration file for module 'grapesjs-style-bg'. 'd:/Projects/appkina/apps/platform/nodemodules/grapesjs-style-bg/dist/grapesjs-style-bg.min.js' implicitly has an 'any' type. Try npm install @types/grapesjs-style-bg if it exists or add a new declaration (.d.ts) file containing `declare module 'grapesjs-style-bg';"

Any idea ?