File tree Expand file tree Collapse file tree 4 files changed +0
-92
lines changed Expand file tree Collapse file tree 4 files changed +0
-92
lines changed Original file line number Diff line number Diff 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-
599592interface 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-
617603interface CMedia {
618604 children ?: ChildElement ;
619605 className ?: string ;
@@ -1114,9 +1100,7 @@ export declare const CLabel: (props: CLabel) => any;
11141100export declare const CLink : ( props : CLink ) => any ;
11151101export declare const CCardLink : ( props : CCardLink ) => any ;
11161102export declare const CListGroup : ( props : CListGroup ) => any ;
1117- export declare const CListGroupItemHeading : ( props : CListGroupItemHeading ) => any ;
11181103export declare const CListGroupItem : ( props : CListGroupItem ) => any ;
1119- export declare const CListGroupItemText : ( props : CListGroupItemText ) => any ;
11201104export declare const CMedia : ( props : CMedia ) => any ;
11211105export declare const CMediaBody : ( props : CMediaBody ) => any ;
11221106export 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';
6363export { default as CLink } from './link/CLink' ;
6464export { default as CListGroup } from './list-group/CListGroup' ;
6565export { 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' ;
6866export { default as CMedia } from './media/CMedia' ;
6967export { default as CMediaBody } from './media/CMediaBody' ;
7068export { 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