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 978ea1d commit b4d8823Copy full SHA for b4d8823
src/typings/mdc.android.d.ts
@@ -8329,7 +8329,7 @@ declare module com {
8329
export module android {
8330
export module material {
8331
export module card {
8332
- export class MaterialCardView implements globalAndroid.widget.Checkable, com.google.android.material.shape.Shapeable {
+ export class MaterialCardView extends androidx.cardview.widget.CardView implements globalAndroid.widget.Checkable, com.google.android.material.shape.Shapeable {
8333
public static class: java.lang.Class<com.google.android.material.card.MaterialCardView>;
8334
public static CHECKED_ICON_GRAVITY_TOP_START: number;
8335
public static CHECKED_ICON_GRAVITY_BOTTOM_START: number;
0 commit comments