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;