quiz-interactions
Version:
A React UI component Library for quiz interaction types.
15 lines (13 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var spacing = _ref.spacing;
return {
wordLimitInputsContainerMarginTop: spacing.xSmall,
wordLimitInputsContainerMarginLeft: spacing.xSmall,
wordLimitInputPadding: spacing.xxLarge
};
}