diff --git a/types/reactstrap/lib/Col.d.ts b/types/reactstrap/lib/Col.d.ts index fb3fee9c8e..57829ac931 100644 --- a/types/reactstrap/lib/Col.d.ts +++ b/types/reactstrap/lib/Col.d.ts @@ -7,6 +7,7 @@ export type ColumnProps push?: string | number pull?: string | number offset?: string | number + order?: string | number }; export interface ColProps extends React.HTMLProps {