You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am importing the types from the module (for typescript), i have all any by default.
And when i am going to the node_modules/next-export-i18n, i don't have any types accessible from the index.d.ts.
Hello ! :)
I am importing the types from the module (for typescript), i have all any by default.
And when i am going to the
node_modules/next-export-i18n
, i don't have any types accessible from theindex.d.ts
.But the module structure is:
# node_modules/next-export-i18n next-export-i18n ├── node_modules/.bin │ ├── mustache │ └── next ├── index.d.ts ├── index.js ├── LICENSE ├── package.json └── README.md
So there is no
./hooks
folder or./components
folder available.Do you have any idea ? or i am doing something bad ?
Regards,
The text was updated successfully, but these errors were encountered: