quiz-interactions
Version:
A React UI component Library for quiz interaction types.
19 lines (17 loc) • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var typography = _ref.typography,
spacing = _ref.spacing;
return {
stemFontSize: typography.fontSizeMedium,
rootMargin: spacing.xSmall,
rootPadding: spacing.xxSmall,
feedbackWrapperMargin: spacing.xxSmall,
incorrectFeedbackWrapperPadding: spacing.small,
userResponsePadding: spacing.xSmall
};
}