We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cf7e7 commit ae2365cCopy full SHA for ae2365c
src/components/card/types.ts
@@ -27,12 +27,6 @@ export interface CardProps extends CardRootProps {
27
* @default false
28
*/
29
split?: boolean;
30
- /**
31
- * If true, the content will be flex-grow and overflow-hidden
32
- *
33
- * @default false
34
- */
35
- flexHeight?: boolean;
36
headerProps?: CardHeaderProps;
37
contentProps?: CardContentProps;
38
footerProps?: CardFooterProps;
0 commit comments