UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

7 lines (5 loc) 230 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]) };