Skip to content

Commit b4d8823

Browse files
author
farfromrefug
committed
chore(android): typings fix
1 parent 978ea1d commit b4d8823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings/mdc.android.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8329,7 +8329,7 @@ declare module com {
83298329
export module android {
83308330
export module material {
83318331
export module card {
8332-
export class MaterialCardView implements globalAndroid.widget.Checkable, com.google.android.material.shape.Shapeable {
8332+
export class MaterialCardView extends androidx.cardview.widget.CardView implements globalAndroid.widget.Checkable, com.google.android.material.shape.Shapeable {
83338333
public static class: java.lang.Class<com.google.android.material.card.MaterialCardView>;
83348334
public static CHECKED_ICON_GRAVITY_TOP_START: number;
83358335
public static CHECKED_ICON_GRAVITY_BOTTOM_START: number;

0 commit comments

Comments
 (0)