import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type ContextMenuBoundaryProps = HeadlessPropsWithRef; /** * The region that listens for right-clicks. Opening the menu suppresses the * browser's own context menu inside this element only. * * Renders a `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/context-menu.md} */ export declare function ContextMenuBoundary(props: ContextMenuBoundaryProps): JSX.Element; //# sourceMappingURL=ContextMenuBoundary.d.ts.map