import { PositionProps, PropsEventHandler } from '~/types'; import { ComponentType, PropsWithChildren } from 'react'; import { StitchedCSS } from '~/theme'; export declare function useContextMenu
(component: ComponentType , position?: PositionProps & {
css?: StitchedCSS;
}, handler?: (selection: Event | any) => () => void | undefined): PropsEventHandler;
//# sourceMappingURL=useContextMenu.d.ts.map