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
ui-components doesn't export types, so building typescript dapps requires declaring the types on your own. Example issue: Agoric/dapp-offer-up#64 (comment)
What is the Problem Being Solved?
ui-components doesn't export types, so building typescript dapps requires declaring the types on your own. Example issue:
Agoric/dapp-offer-up#64 (comment)
Example workaround with vite: https://github.com/Agoric/dapp-offer-up/blob/main/ui/src/vite-env.d.ts
Description of the Design
Export the types in the package so typescript packages can import ui-components without declaring types on their own
The text was updated successfully, but these errors were encountered: