UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
components
/
NotificationDot
/
types.d.ts
9 lines
(8 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
export
interface
NotificationDotProps
{
show
?:
boolean
;
children
:
React
.
ReactElement
|
React
.
ReactElement
[]; }
export
interface
DotProps
{
show
:
boolean
; }