quiz-interactions
Version:
A React UI component Library for quiz interaction types.
18 lines (16 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var spacing = _ref.spacing,
typography = _ref.typography;
return {
distractorMargin: spacing.small,
addButtonTextPadding: spacing.xxSmall,
addButtonTextSize: typography.fontSizeSmall,
distractorPaddingTop: spacing.small,
distractorPaddingRight: spacing.xSmall
};
}