UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

10 lines 326 B
var generateComponentTheme = function generateComponentTheme(_ref) { var spacing = _ref.spacing, typography = _ref.typography; return { itemBodyMargin: spacing.small, itemBodyFontSize: typography.fontSizeMedium, itemBodyFontWeight: typography.fontWeightNormal }; }; export default generateComponentTheme;