UNPKG
@siamf/context-menu
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React hook for displaying configure able context menu
github.com/siamahnaf/upload
siamahnaf/upload
@siamf/context-menu
/
dist
/
esm
/
types.d.ts
8 lines
(7 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
AlignTo
=
"above"
|
"auto-cursor"
|
"auto-target"
|
"below"
|
"left"
|
"right"
;
export
type
Rect
=
Omit
<
DOMRect
,
"toJSON"
>;
export
type
ContextMenuStyle
= {
left
:
number
;
top
:
number
;
width
?:
number
; };