This website requires JavaScript.
Explore
Help
Register
Sign In
ilia
/
portfolio
Watch
1
Star
0
Fork
0
You've already forked portfolio
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8aff27f8aca213f9bb79210006941afb2d0c51f7
portfolio
/
src
/
shared
/
ui
/
Badge
/
index.ts
T
3 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add Badge component to shared/ui
2026-04-18 15:53:01 +03:00
export
{
Badge
}
from
'./ui/Badge'
fix: export BadgeVariant type from Badge public API
2026-04-18 15:54:45 +03:00
export
type
{
BadgeVariant
}
from
'./ui/Badge'
Reference in New Issue
Copy Permalink