Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

import ERTP types #104

Closed turadg closed 5 months ago

turadg commented 5 months ago

closes: #103

Description

Converts packages/web-component to .ts so it can import that actual ERTP types

Security Considerations

n/a, types

Scaling Considerations

n/a, types

Documentation Considerations

none

Testing Considerations

CI suffices

samsiegart commented 5 months ago

I fixed some build errors and typedocs here: https://github.com/Agoric/ui-kit/pull/106

Tested with dapp-offer-up and seems to work.

turadg commented 5 months ago

I fixed some build errors and typedocs here: #106

thanks, I cherry-picked that into this. (I didn't merge because my local branch had already moved from the remote)