From d0ae43f17d7cb6a6ffa4e0698677c3ac8b2cece0 Mon Sep 17 00:00:00 2001 From: paverbool Date: Fri, 19 Jan 2018 20:08:56 +0200 Subject: [PATCH] "block" property of "Card" has been deprecated (#23032) * "block" property of "Card" has been deprecated * Add definition for v5 & remove from v4 --- types/reactstrap/lib/Card.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/reactstrap/lib/Card.d.ts b/types/reactstrap/lib/Card.d.ts index 97aafdc3e3..8fd85c099b 100644 --- a/types/reactstrap/lib/Card.d.ts +++ b/types/reactstrap/lib/Card.d.ts @@ -5,6 +5,7 @@ export interface CardProps { inverse?: boolean; color?: string; block?: boolean; + body?: boolean; outline?: boolean; className?: string; cssModule?: CSSModule;