@cfxlabsinc/b2b-services
    Preparing search index...
    LinkComponent: ForwardRefExoticComponent<
        {
            children: ReactNode;
            className?: string;
            href: string;
            onClick?: (event: MouseEvent<HTMLAnchorElement>) => void;
            onMouseDown?: (event: MouseEvent<HTMLAnchorElement>) => void;
            tabIndex?: number;
        } & RefAttributes<HTMLAnchorElement>,
    >

    Props the host's link component must accept — the framework-agnostic seam that keeps this primitive from importing a router. In link mode the host passes its typed link (admin passes PageLink) and each row navigates instead of firing a callback. Mirrors command-search.tsx's CommandSearchLinkComponent.