lidofinance / ui

React UI Components for Lido projects.
MIT License
20 stars 16 forks source link

Fixed paths types issue #456

Closed hexnickk4997 closed 1 year ago

hexnickk4997 commented 1 year ago

Description

tsc doesn't convert paths defined in tsconfig, which resulted in broken (everything is any) types in consumer apps.

Also fixed a few storybook types.

Demo

Tested fixed ui kit build on eth widget, there are just 2 easily fixable errors, will manually fix once this is merged.