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