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
/
styles.d.ts
3 lines
(2 loc)
•
288 B
TypeScript
View Raw
1
2
3
import
{
BalloonHintProps
}
from
'./types'
;
export
declare
const
Balloon
:
import
(
"styled-components"
).
StyledComponent
<
"div"
,
any
,
BalloonHintProps
,
"margin"
|
"position"
|
"hintContents"
|
"width"
|
"className"
|
"bgColor"
|
"fontColor"
|
"fontSize"
|
"parentHeight"
|
"parentOffset"
>;