Skip to content

Commit 848d25e

Browse files
yarn docs:typescript:formatted
1 parent ade58eb commit 848d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/customization/breakpoints/WithWidth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function WithWidth(props) {
2121
}
2222

2323
WithWidth.propTypes = {
24-
width: PropTypes.string.isRequired,
24+
width: PropTypes.oneOf(['lg', 'md', 'sm', 'xl', 'xs']).isRequired,
2525
};
2626

2727
export default withWidth()(WithWidth);

0 commit comments

Comments
 (0)