UNPKG
tri-test-tanto-widget
Version:
latest (0.0.1-beta.3)
0.0.1-beta.3
Tanto Widget
github.com/skymavis/tanto-kit
skymavis/tanto-kit
tri-test-tanto-widget
/
dist
/
types
/
components
/
badge
/
Badge.types.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
PropsWithChildren
}
from
'react'
;
export
type
BadgeIntent
=
'default'
|
'highlight'
;
export
type
BadgeProps
=
PropsWithChildren
& {
intent
?:
BadgeIntent
; };