quiz-interactions
Version:
A React UI component Library for quiz interaction types.
16 lines (14 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var borders = _ref.borders,
colors = _ref.colors;
return {
answerOptionWrapperBorderRadius: borders.radiusMedium,
answerOptionWrapperBorder: borders.widthSmall,
answerOptionWrapperColor: colors.ash
};
}