UNPKG
@ni7r0g3n/react-context-menu
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.10
React custom context menu
ni7r0g3n.github.io/react-context-menu/
ni7r0g3n/react-context-menu
@ni7r0g3n/react-context-menu
/
dist
/
cjs
/
types
/
components
/
index.d.ts
4 lines
(3 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
import
ContextMenu
from
"./ContextMenu"
;
import
ContextMenuWindow
from
"./ContextMenuWindow"
;
export
{
ContextMenuWindow
,
ContextMenu
};