UNPKG

@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
"use strict"; 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