import React from 'react'; import PropTypes from 'prop-types'; import { map, isInteger } from 'lodash'; import { Pagination, PaginationItem, PaginationLink, Col } from './../../../../components'; const mapToFa = { '<': , '<<': , '>': , '>>': } export const CustomPaginationPanel = ({ onPageChange, pages, ...otherProps }) => (