Open jsphkm opened 4 years ago
You create a d.ts file with "declare module 'isomorphic-style-loader/useStyles';" and you ensure your tsconfig.json has access to where you declared this d.ts file https://stackoverflow.com/questions/21247278/about-d-ts-in-typescript
Import command leads to this message:
@types/isomorphic-style-loader
is not in the npm registry.The import appears to work fine, but I want to know what I should do about this message.