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
/
index.d.ts
4 lines
(3 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
LinkMenuProps
}
from
'./types'
;
export
declare
const
LinkMenu
:
(
{ description, legend, items, position, badgeHeight, badgeMargin, menuCloseCallback, ...theme }:
LinkMenuProps
) =>
JSX
.
Element
;