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.

15 lines
471 B

3 years ago
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var withInstall = require('../../utils/with-install.js');
var pagination = require('./src/pagination.js');
const ElPagination = withInstall.withInstall(pagination["default"]);
exports.paginationEmits = pagination.paginationEmits;
exports.paginationProps = pagination.paginationProps;
exports.ElPagination = ElPagination;
exports["default"] = ElPagination;
//# sourceMappingURL=index.js.map