File tree 4 files changed +0
-92
lines changed
4 files changed +0
-92
lines changed Original file line number Diff line number Diff line change @@ -589,13 +589,6 @@ interface CListGroup {
589
589
accent ?: boolean ;
590
590
}
591
591
592
- interface CListGroupItemHeading {
593
- children ?: ChildElement ;
594
- tag ?: any ;
595
- className ?: any ;
596
- innerRef ?: object | Function | string ;
597
- }
598
-
599
592
interface CListGroupItem extends CLink {
600
593
tag ?: any ;
601
594
className ?: any ;
@@ -607,13 +600,6 @@ interface CListGroupItem extends CLink {
607
600
action ?: boolean ;
608
601
}
609
602
610
- interface CListGroupItemText {
611
- children ?: ChildElement ;
612
- tag ?: any ;
613
- className ?: any ;
614
- innerRef ?: object | Function | string ;
615
- }
616
-
617
603
interface CMedia {
618
604
children ?: ChildElement ;
619
605
className ?: string ;
@@ -1114,9 +1100,7 @@ export declare const CLabel: (props: CLabel) => any;
1114
1100
export declare const CLink : ( props : CLink ) => any ;
1115
1101
export declare const CCardLink : ( props : CCardLink ) => any ;
1116
1102
export declare const CListGroup : ( props : CListGroup ) => any ;
1117
- export declare const CListGroupItemHeading : ( props : CListGroupItemHeading ) => any ;
1118
1103
export declare const CListGroupItem : ( props : CListGroupItem ) => any ;
1119
- export declare const CListGroupItemText : ( props : CListGroupItemText ) => any ;
1120
1104
export declare const CMedia : ( props : CMedia ) => any ;
1121
1105
export declare const CMediaBody : ( props : CMediaBody ) => any ;
1122
1106
export declare const CModal : ( props : CModal ) => any ;
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ export {default as CJumbotron} from './jumbotron/CJumbotron';
63
63
export { default as CLink } from './link/CLink' ;
64
64
export { default as CListGroup } from './list-group/CListGroup' ;
65
65
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' ;
68
66
export { default as CMedia } from './media/CMedia' ;
69
67
export { default as CMediaBody } from './media/CMediaBody' ;
70
68
export { default as CModal } from './modal/CModal' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments