UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

9 lines (8 loc) 253 B
import PropTypes from 'prop-types'; // TODO we currently don't have a use-case for this propType, should we remove it? export default { selectors: PropTypes.oneOfType([ PropTypes.arrayOf(PropTypes.string), PropTypes.string ]) };