All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.table.page.LastPage.js Maven / Gradle / Ivy

import LastPageIcon       from '@mui/icons-material/LastPage';
import { useTranslation } from 'react-i18next';
import PageButton         from 'components/table/page/PageButton';


const LastPage = ({onClick, loading}) => {
  const { t }    = useTranslation()

  return 
}

export default LastPage




© 2015 - 2024 Weber Informatics LLC | Privacy Policy