Skip to content

Commit 9f216df

Browse files
mblonyoxtmorehouse
authored andcommitted
fix(types): BCardSubTitle component declared export name (#4229)
1 parent 5855ffd commit 9f216df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/card/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export declare class BCardBody extends BvComponent {}
2222
// Component: b-card-title
2323
export declare class BCardTitle extends BvComponent {}
2424

25-
// Component: b-card-subtitle
26-
export declare class BCardSubtitle extends BvComponent {}
25+
// Component: b-card-sub-title
26+
export declare class BCardSubTitle extends BvComponent {}
2727

2828
// Component: b-card-img
2929
export declare class BCardImg extends BvComponent {}

0 commit comments

Comments
 (0)