UNPKG

@salty-coder/discordjs-pagination

Version:
18 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonStyles = exports.ButtonTypes = void 0; exports.ButtonTypes = { first: 1, previous: 2, next: 3, last: 4, number: 5 }; exports.ButtonStyles = { Primary: 1, Secondary: 2, Success: 3, Danger: 4, Link: 5 }; //# sourceMappingURL=pagination.i.js.map