UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

18 lines (16 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = generator; function generator(_ref) { var borders = _ref.borders, spacing = _ref.spacing, colors = _ref.colors; return { matchMargin: spacing.small, matchInputBeforeBorder: borders.widthMedium, matchInputBeforeColor: colors.licorice, questionWrapperColor: colors.white }; }