UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

12 lines (11 loc) 255 B
var generateStyle = function(componentTheme) { return { countText: { paddingRight: componentTheme.countTextPadding }, newWordCount: { textAlign: 'right' } }; }; export default generateStyle;