9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
||
|
const elPaginationKey = Symbol("elPaginationKey");
|
||
|
|
||
|
exports.elPaginationKey = elPaginationKey;
|
||
|
//# sourceMappingURL=pagination.js.map
|