Replies: 1 comment 1 reply
-
|
@piszczu4 did you found a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have
svgfiles stored in separate files. I want to load them in React and use as react components as below:I installed
svgrand used innext.config.jsas below:It works but intellisense does not work i.e.
SampleIconhasanytype. I tried to createdeclarations.d.tsfile in root directory and add it intsconfig.jsoninincludelist but does not work as well. Here is my declaration:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions