diff --git a/components/grid/Col.tsx b/components/grid/Col.tsx index 1875b9e0f..bebe9bb2d 100644 --- a/components/grid/Col.tsx +++ b/components/grid/Col.tsx @@ -29,7 +29,7 @@ function parseFlex(flex: FlexType): string { } const stringOrNumber = PropTypes.oneOfType([PropTypes.string, PropTypes.number]); -export const colSize = PropTypes.shape({ +export const colSize = PropTypes.shape({ span: stringOrNumber, order: stringOrNumber, offset: stringOrNumber,