import { PositionProps, PropsEventHandler } from '~/types'; import { ComponentType, PropsWithChildren } from 'react'; import { StitchedCSS } from '~/theme'; export declare function useContextMenu

(component: ComponentType>, props?: P | PropsWithChildren

, position?: PositionProps & { css?: StitchedCSS; }, handler?: (selection: Event | any) => () => void | undefined): PropsEventHandler; //# sourceMappingURL=useContextMenu.d.ts.map