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
/
LinkMenu
/
types.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
MenuProps
,
MenuTheme
,
BadgePosition
}
from
'../../types'
;
export
interface
LinkMenuProps
extends
MenuProps
,
MenuTheme
{
position
:
BadgePosition
;
badgeHeight
:
number
;
badgeMargin
:
number
;
menuCloseCallback
:
Function
; }