Skip to content

Commit b995791

Browse files
committed
fix(CCol): add missing props to propTypes
1 parent 836c459 commit b995791

File tree

1 file changed

+4
-0
lines changed
  • packages/coreui-react/src/components/grid

1 file changed

+4
-0
lines changed

packages/coreui-react/src/components/grid/CCol.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ CCol.propTypes = {
139139
className: PropTypes.string,
140140
xs: col,
141141
sm: col,
142+
md: col,
143+
lg: col,
144+
xl: col,
145+
xxl: col,
142146
}
143147

144148
CCol.displayName = 'CCol'

0 commit comments

Comments
 (0)