@cfxlabsinc/b2b-services
    Preparing search index...

    Props the host's link component must accept — the framework-agnostic seam so the primitive never imports a router. The host passes its typed link (e.g. Next's).

    type CommandSearchLinkProps = {
        children: ReactNode;
        className?: string;
        href: string;
        onClick?: (event: MouseEvent<HTMLAnchorElement>) => void;
        onMouseDown?: (event: MouseEvent<HTMLAnchorElement>) => void;
        tabIndex?: number;
    }
    Index
    children: ReactNode
    className?: string
    href: string
    onClick?: (event: MouseEvent<HTMLAnchorElement>) => void
    onMouseDown?: (event: MouseEvent<HTMLAnchorElement>) => void
    tabIndex?: number