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
/
components
/
BalloonHint
/
index.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
BalloonHintProps
}
from
'./types'
;
export
declare
const
BalloonHint
:
(
props
:
BalloonHintProps
) =>
JSX
.
Element
;