UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

17 lines (15 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = generator; function generator(_ref) { var spacing = _ref.spacing, borders = _ref.borders, colors = _ref.colors; return { footerContainerMargin: spacing.small, accessibilityInfoMargin: spacing.small, iconRightMargin: spacing.xSmall }; }