code4rena-dev / components-library

Components library for Code4rena, and accessible as a package to be used in React based Code4rena products.
https://components-library-wine.vercel.app
0 stars 0 forks source link

Export types missing #53

Closed SamusElderg closed 8 months ago

SamusElderg commented 8 months ago

Im trying to access TagVariant and TagSize from the Warden Management app at the moment and it looks like those types arent exported properly in package.json just going to copy paste the types in for now, but dropping in an issue here for us to follow up on when we get a chance

SamusElderg commented 8 months ago

Nevermind the auto-import for types is just broken in my VSCODE! Using "@code4rena/components-library/types" did the trick!