We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65364ca commit da26ee3Copy full SHA for da26ee3
packages/pigment-css-react/src/Grid.jsx
@@ -300,6 +300,7 @@ process.env.NODE_ENV !== 'production' &&
300
*/
301
size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([
302
PropTypes.arrayOf(PropTypes.number),
303
+ PropTypes.oneOf(['grow', 'auto']),
304
PropTypes.number,
305
PropTypes.object,
306
]),
packages/pigment-css-react/tests/Grid/fixtures/Grid.output.js
@@ -394,6 +394,7 @@ process.env.NODE_ENV !== 'production' &&
394
395
396
397
398
399
400
0 commit comments