wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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: [],