Repository URL to install this package:
|
Version:
0.9.6 ▾
|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const State_1 = __importDefault(require("./State"));
exports.PaginationState = State_1.default;
exports.State = State_1.default;
//# sourceMappingURL=typings.js.map