UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

13 lines (11 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = generator; function generator(_ref) { var colors = _ref.colors; return { shapeColor: colors.electric }; }