diff --git a/packages/rescript-mui-material/src/components/Card.res b/packages/rescript-mui-material/src/components/Card.res index 370e4c31..1664e41a 100644 --- a/packages/rescript-mui-material/src/components/Card.res +++ b/packages/rescript-mui-material/src/components/Card.res @@ -18,6 +18,11 @@ type props = { * @default false */ raised?: bool, + /** + * The variant to use. + * @default 'elevation' + */ + variant?: Paper.variant, } @module("@mui/material/Card")