Skip to content

Commit 3681ad2

Browse files
committed
fix: delete excessive components - CListGroupItemHeading/Text
1 parent c30698c commit 3681ad2

File tree

4 files changed

+0
-92
lines changed

4 files changed

+0
-92
lines changed

src/index.d.ts

-16
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,6 @@ interface CListGroup {
589589
accent?: boolean;
590590
}
591591

592-
interface CListGroupItemHeading {
593-
children?: ChildElement;
594-
tag?: any;
595-
className?: any;
596-
innerRef?: object | Function | string;
597-
}
598-
599592
interface CListGroupItem extends CLink {
600593
tag?: any;
601594
className?: any;
@@ -607,13 +600,6 @@ interface CListGroupItem extends CLink {
607600
action?: boolean;
608601
}
609602

610-
interface CListGroupItemText {
611-
children?: ChildElement;
612-
tag?: any;
613-
className?: any;
614-
innerRef?: object | Function | string;
615-
}
616-
617603
interface CMedia {
618604
children?: ChildElement;
619605
className?: string;
@@ -1114,9 +1100,7 @@ export declare const CLabel: (props: CLabel) => any;
11141100
export declare const CLink: (props: CLink) => any;
11151101
export declare const CCardLink: (props: CCardLink) => any;
11161102
export declare const CListGroup: (props: CListGroup) => any;
1117-
export declare const CListGroupItemHeading: (props: CListGroupItemHeading) => any;
11181103
export declare const CListGroupItem: (props: CListGroupItem) => any;
1119-
export declare const CListGroupItemText: (props: CListGroupItemText) => any;
11201104
export declare const CMedia: (props: CMedia) => any;
11211105
export declare const CMediaBody: (props: CMediaBody) => any;
11221106
export declare const CModal: (props: CModal) => any;

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export {default as CJumbotron} from './jumbotron/CJumbotron';
6363
export {default as CLink} from './link/CLink';
6464
export {default as CListGroup} from './list-group/CListGroup';
6565
export {default as CListGroupItem} from './list-group/CListGroupItem';
66-
export {default as CListGroupItemHeading} from './list-group/CListGroupItemHeading';
67-
export {default as CListGroupItemText} from './list-group/CListGroupItemText';
6866
export {default as CMedia} from './media/CMedia';
6967
export {default as CMediaBody} from './media/CMediaBody';
7068
export {default as CModal} from './modal/CModal';

src/list-group/CListGroupItemHeading.js

-37
This file was deleted.

src/list-group/CListGroupItemText.js

-37
This file was deleted.

0 commit comments

Comments
 (0)