-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is it possible to import elementz into next.js? I tried npm i elements --save but it gives me the same error which I screenshot and posted below
Translation of part 3
"Unable to find any declaration file for elemenz module. THE_PATH has been assigned implicitly to a type any"
Try with npm i --save-dev @types/elementz if it exists or add a new declaration file with d.ts extension containing declare module 'elementz';
Metadata
Metadata
Assignees
Labels
No labels