UNPKG
@onethousandswaps-libs/uikit
Version:
latest (1.0.0)
1.0.0
User interface package for One THousand Swaps apps
@onethousandswaps-libs/uikit
/
components
/
NotificationDot
/
types.ts
9 lines
(7 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
NotificationDotProps
{
show
?:
boolean
;
children
:
React
.
ReactElement
|
React
.
ReactElement
[]; }
export
interface
DotProps
{
show
:
boolean
; }