20 lines
No EOL
505 B
JavaScript
20 lines
No EOL
505 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "VPagination", {
|
|
enumerable: true,
|
|
get: function get() {
|
|
return _VPagination.default;
|
|
}
|
|
});
|
|
exports.default = void 0;
|
|
|
|
var _VPagination = _interopRequireDefault(require("./VPagination"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
|
|
var _default = _VPagination.default;
|
|
exports.default = _default;
|
|
//# sourceMappingURL=index.js.map
|