• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<{
          conclusions: Conclusion[];
          dispatch: Dispatch<AnyAction>;
          restrictList?: number;
          selectedIds: number[];
      } & {}, "selectedIds" | "dispatch">

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>