You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
367 B

1 month ago
  1. import Pagination from './src/pagination.mjs';
  2. export { paginationEmits, paginationProps } from './src/pagination.mjs';
  3. export { elPaginationKey } from './src/constants.mjs';
  4. import { withInstall } from '../../utils/vue/install.mjs';
  5. const ElPagination = withInstall(Pagination);
  6. export { ElPagination, ElPagination as default };
  7. //# sourceMappingURL=index.mjs.map