wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/base/pagination/pagination.tsx
@@ -7,11 +7,10 @@
  IPaginationProps,
  PageButtonProps,
} from './type'
import { noop } from 'lodash-es'
const defaultState: IPagination = {
  currentPage: 0,
  setCurrentPage: noop,
  setCurrentPage: () => {},
  truncableText: '...',
  truncableClassName: '',
  pages: [],