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.
18 lines
595 B
18 lines
595 B
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
require('../../utils/index.js');
|
|
var pagination = require('./src/pagination.js');
|
|
var constants = require('./src/constants.js');
|
|
var install = require('../../utils/vue/install.js');
|
|
|
|
const ElPagination = install.withInstall(pagination["default"]);
|
|
|
|
exports.paginationEmits = pagination.paginationEmits;
|
|
exports.paginationProps = pagination.paginationProps;
|
|
exports.elPaginationKey = constants.elPaginationKey;
|
|
exports.ElPagination = ElPagination;
|
|
exports["default"] = ElPagination;
|
|
//# sourceMappingURL=index.js.map
|