@vnmfify/core
Version:
```shell npm i @vnmfify/core -S ```
13 lines (11 loc) • 383 B
JavaScript
export var ItemType;
(function (ItemType) {
ItemType["Page"] = "page";
ItemType["First"] = "first";
ItemType["Last"] = "last";
ItemType["Previous"] = "previous";
ItemType["Next"] = "next";
ItemType["StartEllipsis"] = "start-ellipsis";
ItemType["EndEllipsis"] = "end-ellipsis";
})(ItemType || (ItemType = {}));
//# sourceMappingURL=pagination.shared.js.map