UNPKG
@catho/react-floating-badge
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Floating badge with actions for React
@catho/react-floating-badge
/
dist
/
index.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{
BadgeProps
}
from
'./types'
;
declare
const
FloatingBadge
:
(
props
:
BadgeProps
) =>
JSX
.
Element
;
export
default
FloatingBadge
;
export
*
from
'./types'
;