UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

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