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