We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fac53c commit 8a735daCopy full SHA for 8a735da
1 file changed
src/lib/EasyRadio.jsx
@@ -26,6 +26,7 @@ const EasyRadio = (props) => {
26
27
EasyRadio.propTypes = {
28
onChange: PropTypes.func,
29
+ options: PropTypes.array,
30
value: PropTypes.oneOfType([
31
PropTypes.string,
32
PropTypes.number
0 commit comments