UNPKG

@siamf/context-menu

Version:

React hook for displaying configure able context menu

6 lines (5 loc) 252 B
import { CSSProperties, PropsWithChildren } from "react"; export declare function ContextMenuCategory({ children, className, style, }: PropsWithChildren<{ className?: string; style?: CSSProperties; }>): import("react/jsx-runtime").JSX.Element;