@dabapps/roe
Version:
A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.
7 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_BUTTONS = exports.RIGHT_BUTTONS = exports.LEFT_BUTTONS = void 0;
exports.LEFT_BUTTONS = 2;
exports.RIGHT_BUTTONS = 2;
exports.MAX_BUTTONS = exports.LEFT_BUTTONS + exports.RIGHT_BUTTONS + 1;
//# sourceMappingURL=constants.js.map