• Parameters

    • props: PropsWithChildren<{
          currentNumbers: NumberConclusion[];
          currentTitle?: string;
          mobileView?: boolean;
          previousNumbers: NumberConclusion[];
          previousTitle?: string;
      }>
    • Optional context: any

    Returns null | ReactElement<any, any>