From 2a740f7beee88211bae4a9473387f65cbf53af06 Mon Sep 17 00:00:00 2001 From: Danilo Barros Date: Mon, 1 May 2017 15:06:05 -0300 Subject: [PATCH] feat(Col): adding className prop --- types/reactstrap/lib/Col.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/reactstrap/lib/Col.d.ts b/types/reactstrap/lib/Col.d.ts index 33a207d329..ca93541104 100644 --- a/types/reactstrap/lib/Col.d.ts +++ b/types/reactstrap/lib/Col.d.ts @@ -10,6 +10,8 @@ export type ColumnProps }; interface Props { + className?: string; + xs?: ColumnProps; sm?: ColumnProps; md?: ColumnProps;