import { type Handle } from '@remix-run/ui'; /** * @name Context Menu Trigger * @description A lower-level menu composition that opens from right-click coordinates while keeping standard menu selection and submenu behavior. * @layout center */ export default function Example(handle: Handle): () => import("@remix-run/ui").RemixElement;