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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
I have got few issues with typescript types in Hadron.
At first, I get an error related to declaration files. It shows up to every hadron package when trying to import.
Also, there is no information in the docs about the types and how to import them.
I have tried the solution from hadron-demo (import hadron, { IContainer } [...]) , but intellisense doesn't seem to work, so I have to go through the hadron codebase and look for them.
The text was updated successfully, but these errors were encountered:
I have got few issues with typescript types in Hadron.
At first, I get an error related to declaration files. It shows up to every hadron package when trying to import.
Also, there is no information in the docs about the types and how to import them.
I have tried the solution from
hadron-demo
(import hadron, { IContainer } [...]
) , but intellisense doesn't seem to work, so I have to go through the hadron codebase and look for them.The text was updated successfully, but these errors were encountered: