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
/
ContextMenuContext.js
7 lines
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ createContext }
from
"react"
;
export
const
ContextMenuContext
=
createContext
({
contextMenuEvent
:
null
,
registerMenu
:
() =>
{ },
registerMenuItem
:
() =>
{ }, });
//# sourceMappingURL=ContextMenuContext.js.map