"block" property of "Card" has been deprecated (#23032)

* "block" property of "Card" has been deprecated

* Add definition for v5 & remove from v4
This commit is contained in:
paverbool 2018-01-19 20:08:56 +02:00 committed by Wesley Wigham
parent e2cb09b5ae
commit d0ae43f17d

View File

@ -5,6 +5,7 @@ export interface CardProps {
inverse?: boolean;
color?: string;
block?: boolean;
body?: boolean;
outline?: boolean;
className?: string;
cssModule?: CSSModule;