UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

9 lines 310 B
var generateComponentTheme = function generateComponentTheme(_ref) { var spacing = _ref.spacing; return { wordLimitInputsContainerMarginTop: spacing.xSmall, wordLimitInputsContainerMarginLeft: spacing.xSmall, wordLimitInputPadding: spacing.xxLarge }; }; export default generateComponentTheme;