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
/
cjs
/
components
/
ContextMenuCategory.d.ts
6 lines
(5 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CSSProperties
,
PropsWithChildren
}
from
"react"
;
export
declare
function
ContextMenuCategory
(
{ children, className, style, }:
PropsWithChildren
<{ className?:
string
; style?: CSSProperties; }>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;