We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e6217 commit a1a8b79Copy full SHA for a1a8b79
components/grid/Col.tsx
@@ -29,7 +29,7 @@ function parseFlex(flex: FlexType): string {
29
}
30
31
const stringOrNumber = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
32
-export const colSize = PropTypes.shape({
+export const colSize = PropTypes.shape<ColSize>({
33
span: stringOrNumber,
34
order: stringOrNumber,
35
offset: stringOrNumber,
0 commit comments