Type Alias SerpElementProps

SerpElementProps: {
    as?: string;
    hit: { productId: string; url?: string };
    onClick: (event: Event) => void;
} & JSX.HTMLAttributes & JSX.SVGAttributes