@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
8 lines • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.COLORMINCONTRAST = exports.COLORMINDISTANCE = exports.CLASSPREFIX = void 0;
// basic vars
exports.CLASSPREFIX = "eccgui";
exports.COLORMINDISTANCE = 10;
exports.COLORMINCONTRAST = 4;
//# sourceMappingURL=constants.js.map