Skip to content

Commit ae2365c

Browse files
committed
refactor(card): remove unused 'flexHeight' prop from CardProps interface
1 parent a1cf7e7 commit ae2365c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/card/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ export interface CardProps extends CardRootProps {
2727
* @default false
2828
*/
2929
split?: boolean;
30-
/**
31-
* If true, the content will be flex-grow and overflow-hidden
32-
*
33-
* @default false
34-
*/
35-
flexHeight?: boolean;
3630
headerProps?: CardHeaderProps;
3731
contentProps?: CardContentProps;
3832
footerProps?: CardFooterProps;

0 commit comments

Comments
 (0)