From ea78901bc65d7db0c706cc2c7b0bcb95f3399093 Mon Sep 17 00:00:00 2001 From: FaithForHumans Date: Tue, 29 May 2018 15:57:01 -0500 Subject: [PATCH] Changing individual file to export as allowing any by extra prop by default. --- types/reactstrap/lib/Alert.d.ts | 2 +- types/reactstrap/lib/Badge.d.ts | 2 +- types/reactstrap/lib/Breadcrumb.d.ts | 2 +- types/reactstrap/lib/BreadcrumbItem.d.ts | 2 +- types/reactstrap/lib/Button.d.ts | 2 +- types/reactstrap/lib/ButtonDropdown.d.ts | 2 +- types/reactstrap/lib/ButtonGroup.d.ts | 2 +- types/reactstrap/lib/ButtonToolbar.d.ts | 2 +- types/reactstrap/lib/Card.d.ts | 2 +- types/reactstrap/lib/CardBody.d.ts | 2 +- types/reactstrap/lib/CardColumns.d.ts | 2 +- types/reactstrap/lib/CardDeck.d.ts | 2 +- types/reactstrap/lib/CardFooter.d.ts | 2 +- types/reactstrap/lib/CardGroup.d.ts | 2 +- types/reactstrap/lib/CardHeader.d.ts | 2 +- types/reactstrap/lib/CardImg.d.ts | 2 +- types/reactstrap/lib/CardImgOverlay.d.ts | 2 +- types/reactstrap/lib/CardLink.d.ts | 2 +- types/reactstrap/lib/CardSubtitle.d.ts | 2 +- types/reactstrap/lib/CardText.d.ts | 2 +- types/reactstrap/lib/CardTitle.d.ts | 2 +- types/reactstrap/lib/Carousel.d.ts | 2 +- types/reactstrap/lib/CarouselCaption.d.ts | 2 +- types/reactstrap/lib/CarouselControl.d.ts | 2 +- types/reactstrap/lib/CarouselIndicators.d.ts | 2 +- types/reactstrap/lib/CarouselItem.d.ts | 6 +++--- types/reactstrap/lib/Col.d.ts | 2 +- types/reactstrap/lib/Collapse.d.ts | 2 +- types/reactstrap/lib/Container.d.ts | 2 +- types/reactstrap/lib/Dropdown.d.ts | 2 +- types/reactstrap/lib/DropdownMenu.d.ts | 2 +- types/reactstrap/lib/Fade.d.ts | 2 +- types/reactstrap/lib/FormFeedback.d.ts | 2 +- types/reactstrap/lib/FormGroup.d.ts | 2 +- types/reactstrap/lib/FormText.d.ts | 2 +- types/reactstrap/lib/InputGroup.d.ts | 2 +- types/reactstrap/lib/InputGroupAddon.d.ts | 2 +- types/reactstrap/lib/InputGroupButtonDropdown.d.ts | 2 +- types/reactstrap/lib/InputGroupText.d.ts | 2 +- types/reactstrap/lib/Jumbotron.d.ts | 2 +- types/reactstrap/lib/Label.d.ts | 2 +- types/reactstrap/lib/ListGroup.d.ts | 2 +- types/reactstrap/lib/ListGroupItem.d.ts | 2 +- types/reactstrap/lib/ListGroupItemHeading.d.ts | 2 +- types/reactstrap/lib/ListGroupItemText.d.ts | 2 +- types/reactstrap/lib/Media.d.ts | 2 +- types/reactstrap/lib/ModalBody.d.ts | 2 +- types/reactstrap/lib/ModalFooter.d.ts | 2 +- types/reactstrap/lib/ModalHeader.d.ts | 2 +- types/reactstrap/lib/Nav.d.ts | 2 +- types/reactstrap/lib/NavItem.d.ts | 2 +- types/reactstrap/lib/Navbar.d.ts | 2 +- types/reactstrap/lib/NavbarBrand.d.ts | 2 +- types/reactstrap/lib/NavbarToggler.d.ts | 2 +- types/reactstrap/lib/Pagination.d.ts | 2 +- types/reactstrap/lib/PaginationItem.d.ts | 2 +- types/reactstrap/lib/PaginationLink.d.ts | 2 +- types/reactstrap/lib/PopoverBody.d.ts | 2 +- types/reactstrap/lib/PopoverHeader.d.ts | 2 +- types/reactstrap/lib/Progress.d.ts | 2 +- types/reactstrap/lib/Row.d.ts | 2 +- types/reactstrap/lib/TabPane.d.ts | 2 +- types/reactstrap/lib/Table.d.ts | 2 +- types/reactstrap/lib/Tag.d.ts | 2 +- 64 files changed, 66 insertions(+), 66 deletions(-) diff --git a/types/reactstrap/lib/Alert.d.ts b/types/reactstrap/lib/Alert.d.ts index 73d3469473..edfd5303e0 100644 --- a/types/reactstrap/lib/Alert.d.ts +++ b/types/reactstrap/lib/Alert.d.ts @@ -17,5 +17,5 @@ export type AlertProps = UncontrolledAlertProps & { toggle?: () => void; }; -declare class Alert extends React.Component> {} +declare class Alert extends React.Component> {} export default Alert; diff --git a/types/reactstrap/lib/Badge.d.ts b/types/reactstrap/lib/Badge.d.ts index eccd2ea240..651521ac67 100644 --- a/types/reactstrap/lib/Badge.d.ts +++ b/types/reactstrap/lib/Badge.d.ts @@ -9,5 +9,5 @@ export type BadgeProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class Badge extends React.Component> {} +declare class Badge extends React.Component> {} export default Badge; diff --git a/types/reactstrap/lib/Breadcrumb.d.ts b/types/reactstrap/lib/Breadcrumb.d.ts index be7c1aab89..8cef634a53 100644 --- a/types/reactstrap/lib/Breadcrumb.d.ts +++ b/types/reactstrap/lib/Breadcrumb.d.ts @@ -7,5 +7,5 @@ export type BreadcrumbProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class Breadcrumb extends React.Component> {} +declare class Breadcrumb extends React.Component> {} export default Breadcrumb; diff --git a/types/reactstrap/lib/BreadcrumbItem.d.ts b/types/reactstrap/lib/BreadcrumbItem.d.ts index 614ca34b99..a3ce8156bf 100644 --- a/types/reactstrap/lib/BreadcrumbItem.d.ts +++ b/types/reactstrap/lib/BreadcrumbItem.d.ts @@ -11,5 +11,5 @@ export type BreadcrumbItemProps = React.HTMLAttributes & { [others: string]: any; } & T; -declare class BreadcrumbItem extends React.Component> {} +declare class BreadcrumbItem extends React.Component> {} export default BreadcrumbItem; diff --git a/types/reactstrap/lib/Button.d.ts b/types/reactstrap/lib/Button.d.ts index 43075dc3dc..326e5f88de 100644 --- a/types/reactstrap/lib/Button.d.ts +++ b/types/reactstrap/lib/Button.d.ts @@ -18,5 +18,5 @@ export type ButtonProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class Button extends React.Component> {} +declare class Button extends React.Component> {} export default Button; diff --git a/types/reactstrap/lib/ButtonDropdown.d.ts b/types/reactstrap/lib/ButtonDropdown.d.ts index ebae860bc7..92f16ce5ce 100644 --- a/types/reactstrap/lib/ButtonDropdown.d.ts +++ b/types/reactstrap/lib/ButtonDropdown.d.ts @@ -6,5 +6,5 @@ export type UncontrolledButtonDropdownProps = UncontrolledProps; export type ButtonDropdownProps = DropdownProps; -declare class ButtonDropdown extends React.Component> {} +declare class ButtonDropdown extends React.Component> {} export default ButtonDropdown; diff --git a/types/reactstrap/lib/ButtonGroup.d.ts b/types/reactstrap/lib/ButtonGroup.d.ts index 27053d271c..736f894165 100644 --- a/types/reactstrap/lib/ButtonGroup.d.ts +++ b/types/reactstrap/lib/ButtonGroup.d.ts @@ -11,5 +11,5 @@ export type ButtonGroupProps = React.HTMLAttributes & { vertical?: boolean; } & T; -declare class ButtonGroup extends React.Component> {} +declare class ButtonGroup extends React.Component> {} export default ButtonGroup; diff --git a/types/reactstrap/lib/ButtonToolbar.d.ts b/types/reactstrap/lib/ButtonToolbar.d.ts index ea258a7c49..b19fff3274 100644 --- a/types/reactstrap/lib/ButtonToolbar.d.ts +++ b/types/reactstrap/lib/ButtonToolbar.d.ts @@ -9,5 +9,5 @@ export type ButtonToolbarProps = React.HTMLAttributes & { role?: string; } & T; -declare class ButtonToolbar extends React.Component> {} +declare class ButtonToolbar extends React.Component> {} export default ButtonToolbar; diff --git a/types/reactstrap/lib/Card.d.ts b/types/reactstrap/lib/Card.d.ts index 269a524087..772cad5a89 100644 --- a/types/reactstrap/lib/Card.d.ts +++ b/types/reactstrap/lib/Card.d.ts @@ -13,5 +13,5 @@ export type CardProps = React.HTMLAttributes & { style?: React.CSSProperties; } & T; -declare class Card extends React.Component> {} +declare class Card extends React.Component> {} export default Card; diff --git a/types/reactstrap/lib/CardBody.d.ts b/types/reactstrap/lib/CardBody.d.ts index 3890cf4650..d8bcac515b 100644 --- a/types/reactstrap/lib/CardBody.d.ts +++ b/types/reactstrap/lib/CardBody.d.ts @@ -7,5 +7,5 @@ export type CardBodyProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardBody extends React.Component> {} +declare class CardBody extends React.Component> {} export default CardBody; diff --git a/types/reactstrap/lib/CardColumns.d.ts b/types/reactstrap/lib/CardColumns.d.ts index be4688edb3..ccce622907 100644 --- a/types/reactstrap/lib/CardColumns.d.ts +++ b/types/reactstrap/lib/CardColumns.d.ts @@ -7,5 +7,5 @@ export type CardColumnsProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardColumns extends React.Component> {} +declare class CardColumns extends React.Component> {} export default CardColumns; diff --git a/types/reactstrap/lib/CardDeck.d.ts b/types/reactstrap/lib/CardDeck.d.ts index 28882603b1..88f1166339 100644 --- a/types/reactstrap/lib/CardDeck.d.ts +++ b/types/reactstrap/lib/CardDeck.d.ts @@ -7,5 +7,5 @@ export type CardDeckProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardDeck extends React.Component> {} +declare class CardDeck extends React.Component> {} export default CardDeck; diff --git a/types/reactstrap/lib/CardFooter.d.ts b/types/reactstrap/lib/CardFooter.d.ts index 9268ed4e70..c65ba5f8cf 100644 --- a/types/reactstrap/lib/CardFooter.d.ts +++ b/types/reactstrap/lib/CardFooter.d.ts @@ -7,5 +7,5 @@ export type CardFooterProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardFooter extends React.Component> {} +declare class CardFooter extends React.Component> {} export default CardFooter; diff --git a/types/reactstrap/lib/CardGroup.d.ts b/types/reactstrap/lib/CardGroup.d.ts index 6e0d422656..be33a187d5 100644 --- a/types/reactstrap/lib/CardGroup.d.ts +++ b/types/reactstrap/lib/CardGroup.d.ts @@ -7,5 +7,5 @@ export type CardGroupProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardGroup extends React.Component> {} +declare class CardGroup extends React.Component> {} export default CardGroup; diff --git a/types/reactstrap/lib/CardHeader.d.ts b/types/reactstrap/lib/CardHeader.d.ts index 821b2d809f..ac46ca37ba 100644 --- a/types/reactstrap/lib/CardHeader.d.ts +++ b/types/reactstrap/lib/CardHeader.d.ts @@ -7,5 +7,5 @@ export type CardHeaderProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardHeader extends React.Component> {} +declare class CardHeader extends React.Component> {} export default CardHeader; diff --git a/types/reactstrap/lib/CardImg.d.ts b/types/reactstrap/lib/CardImg.d.ts index e9242704b4..6c77d88257 100644 --- a/types/reactstrap/lib/CardImg.d.ts +++ b/types/reactstrap/lib/CardImg.d.ts @@ -13,5 +13,5 @@ export type CardImgProps = React.HTMLAttributes & { alt?: string; } & T; -declare class CardImg extends React.Component> {} +declare class CardImg extends React.Component> {} export default CardImg; diff --git a/types/reactstrap/lib/CardImgOverlay.d.ts b/types/reactstrap/lib/CardImgOverlay.d.ts index 7e252f6248..f4da865ae7 100644 --- a/types/reactstrap/lib/CardImgOverlay.d.ts +++ b/types/reactstrap/lib/CardImgOverlay.d.ts @@ -7,5 +7,5 @@ export type CardImgOverlayProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardImgOverlay extends React.Component> {} +declare class CardImgOverlay extends React.Component> {} export default CardImgOverlay; diff --git a/types/reactstrap/lib/CardLink.d.ts b/types/reactstrap/lib/CardLink.d.ts index 256d55d31c..359cb6e32a 100644 --- a/types/reactstrap/lib/CardLink.d.ts +++ b/types/reactstrap/lib/CardLink.d.ts @@ -9,5 +9,5 @@ export type CardLinkProps = React.HTMLAttributes & { href?: string; } & T; -declare class CardLink extends React.Component> {} +declare class CardLink extends React.Component> {} export default CardLink; diff --git a/types/reactstrap/lib/CardSubtitle.d.ts b/types/reactstrap/lib/CardSubtitle.d.ts index a5285469cd..8e379ceaa1 100644 --- a/types/reactstrap/lib/CardSubtitle.d.ts +++ b/types/reactstrap/lib/CardSubtitle.d.ts @@ -7,5 +7,5 @@ export type CardSubtitleProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardSubtitle extends React.Component> {} +declare class CardSubtitle extends React.Component> {} export default CardSubtitle; diff --git a/types/reactstrap/lib/CardText.d.ts b/types/reactstrap/lib/CardText.d.ts index b09eea4de7..fd3fb8eba9 100644 --- a/types/reactstrap/lib/CardText.d.ts +++ b/types/reactstrap/lib/CardText.d.ts @@ -7,5 +7,5 @@ export type CardTextProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardText extends React.Component> {} +declare class CardText extends React.Component> {} export default CardText; diff --git a/types/reactstrap/lib/CardTitle.d.ts b/types/reactstrap/lib/CardTitle.d.ts index 6f3e91d26a..0d6bad3c89 100644 --- a/types/reactstrap/lib/CardTitle.d.ts +++ b/types/reactstrap/lib/CardTitle.d.ts @@ -7,5 +7,5 @@ export type CardTitleProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class CardTitle extends React.Component> {} +declare class CardTitle extends React.Component> {} export default CardTitle; diff --git a/types/reactstrap/lib/Carousel.d.ts b/types/reactstrap/lib/Carousel.d.ts index d4c8de35a5..0f59105f77 100644 --- a/types/reactstrap/lib/Carousel.d.ts +++ b/types/reactstrap/lib/Carousel.d.ts @@ -15,5 +15,5 @@ export type CarouselProps = React.HTMLProps & { cssModule?: CSSModule } & T; -declare class Carousel extends React.Component> {} +declare class Carousel extends React.Component> {} export default Carousel; diff --git a/types/reactstrap/lib/CarouselCaption.d.ts b/types/reactstrap/lib/CarouselCaption.d.ts index 2d6eea7d7f..047505f318 100644 --- a/types/reactstrap/lib/CarouselCaption.d.ts +++ b/types/reactstrap/lib/CarouselCaption.d.ts @@ -7,5 +7,5 @@ export type CarouselCaptionProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class CarouselCaption extends React.Component> {} +declare class CarouselCaption extends React.Component> {} export default CarouselCaption; diff --git a/types/reactstrap/lib/CarouselControl.d.ts b/types/reactstrap/lib/CarouselControl.d.ts index 1605c84dd0..fb309f4cb1 100644 --- a/types/reactstrap/lib/CarouselControl.d.ts +++ b/types/reactstrap/lib/CarouselControl.d.ts @@ -8,5 +8,5 @@ export type CarouselControlProps = React.HTMLProps & { directionText: string; } & T; -declare class CarouselControl extends React.Component> {} +declare class CarouselControl extends React.Component> {} export default CarouselControl; diff --git a/types/reactstrap/lib/CarouselIndicators.d.ts b/types/reactstrap/lib/CarouselIndicators.d.ts index 34c8c16eef..761ab8d1cf 100644 --- a/types/reactstrap/lib/CarouselIndicators.d.ts +++ b/types/reactstrap/lib/CarouselIndicators.d.ts @@ -8,5 +8,5 @@ export type CarouselIndicatorsProps = React.HTMLProps & { onClickHandler: (idx: number) => void; } & T; -declare class CarouselIndicators extends React.Component> {} +declare class CarouselIndicators extends React.Component> {} export default CarouselIndicators; diff --git a/types/reactstrap/lib/CarouselItem.d.ts b/types/reactstrap/lib/CarouselItem.d.ts index 264d093695..8eb6bb325d 100644 --- a/types/reactstrap/lib/CarouselItem.d.ts +++ b/types/reactstrap/lib/CarouselItem.d.ts @@ -10,12 +10,12 @@ export interface Transition { onExited?: () => void; } -export interface CarouselItemProps extends React.HTMLProps, Transition { +export type CarouselItemProps = React.HTMLProps & Transition & { tag?: React.ReactType; in?: boolean; cssModule?: CSSModule; slide?: boolean; -} +} & T; -declare class CarouselItem extends React.Component {} +declare class CarouselItem extends React.Component> {} export default CarouselItem; diff --git a/types/reactstrap/lib/Col.d.ts b/types/reactstrap/lib/Col.d.ts index 5e6a3e8ffa..0d1bac535d 100644 --- a/types/reactstrap/lib/Col.d.ts +++ b/types/reactstrap/lib/Col.d.ts @@ -24,5 +24,5 @@ export type ColProps = React.HTMLProps & { widths?: string[]; } & T; -declare class Col extends React.Component> {} +declare class Col extends React.Component> {} export default Col; diff --git a/types/reactstrap/lib/Collapse.d.ts b/types/reactstrap/lib/Collapse.d.ts index 8123c29b28..c3d6572ec9 100644 --- a/types/reactstrap/lib/Collapse.d.ts +++ b/types/reactstrap/lib/Collapse.d.ts @@ -20,5 +20,5 @@ export type CollapseProps = React.HTMLProps & { onExited?: () => void; } & T; -declare class Collapse extends React.Component> {} +declare class Collapse extends React.Component> {} export default Collapse; diff --git a/types/reactstrap/lib/Container.d.ts b/types/reactstrap/lib/Container.d.ts index 5497f3e295..a39db466bb 100644 --- a/types/reactstrap/lib/Container.d.ts +++ b/types/reactstrap/lib/Container.d.ts @@ -8,5 +8,5 @@ export type ContainerProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class Container extends React.Component> {} +declare class Container extends React.Component> {} export default Container; diff --git a/types/reactstrap/lib/Dropdown.d.ts b/types/reactstrap/lib/Dropdown.d.ts index 803ece5bf3..59f827744e 100644 --- a/types/reactstrap/lib/Dropdown.d.ts +++ b/types/reactstrap/lib/Dropdown.d.ts @@ -27,5 +27,5 @@ export type Props = UncontrolledProps & { }; export type DropdownProps = Props; -declare class Dropdown extends React.Component> {} +declare class Dropdown extends React.Component> {} export default Dropdown; diff --git a/types/reactstrap/lib/DropdownMenu.d.ts b/types/reactstrap/lib/DropdownMenu.d.ts index ffb493faa6..e485fad076 100644 --- a/types/reactstrap/lib/DropdownMenu.d.ts +++ b/types/reactstrap/lib/DropdownMenu.d.ts @@ -9,5 +9,5 @@ export type DropdownMenuProps = React.HTMLAttributes & { flip?: boolean; } & T; -declare class DropdownMenu extends React.Component> {} +declare class DropdownMenu extends React.Component> {} export default DropdownMenu; diff --git a/types/reactstrap/lib/Fade.d.ts b/types/reactstrap/lib/Fade.d.ts index 7e0d4ec775..97fe421e7d 100644 --- a/types/reactstrap/lib/Fade.d.ts +++ b/types/reactstrap/lib/Fade.d.ts @@ -18,5 +18,5 @@ export type FadeProps = React.HTMLAttributes & { onEnter?: () => void; } & T; -declare class Fade extends React.Component> {} +declare class Fade extends React.Component> {} export default Fade; diff --git a/types/reactstrap/lib/FormFeedback.d.ts b/types/reactstrap/lib/FormFeedback.d.ts index 78e6f66676..e221c9809b 100644 --- a/types/reactstrap/lib/FormFeedback.d.ts +++ b/types/reactstrap/lib/FormFeedback.d.ts @@ -8,5 +8,5 @@ export type FormFeedbackProps = React.HTMLAttributes & { valid?: boolean; } & T; -declare class FormFeedback extends React.Component> {} +declare class FormFeedback extends React.Component> {} export default FormFeedback; diff --git a/types/reactstrap/lib/FormGroup.d.ts b/types/reactstrap/lib/FormGroup.d.ts index b463487e07..f0369ff7d9 100644 --- a/types/reactstrap/lib/FormGroup.d.ts +++ b/types/reactstrap/lib/FormGroup.d.ts @@ -11,5 +11,5 @@ export type FormGroupProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class FormGroup extends React.Component> {} +declare class FormGroup extends React.Component> {} export default FormGroup; diff --git a/types/reactstrap/lib/FormText.d.ts b/types/reactstrap/lib/FormText.d.ts index 378b67d8a8..f2fc6f30a6 100644 --- a/types/reactstrap/lib/FormText.d.ts +++ b/types/reactstrap/lib/FormText.d.ts @@ -9,5 +9,5 @@ export type FormTextProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class FormText extends React.Component> {} +declare class FormText extends React.Component> {} export default FormText; diff --git a/types/reactstrap/lib/InputGroup.d.ts b/types/reactstrap/lib/InputGroup.d.ts index 3a74adb3d8..e95b6c5539 100644 --- a/types/reactstrap/lib/InputGroup.d.ts +++ b/types/reactstrap/lib/InputGroup.d.ts @@ -8,5 +8,5 @@ export type InputGroupProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class InputGroup extends React.Component> {} +declare class InputGroup extends React.Component> {} export default InputGroup; diff --git a/types/reactstrap/lib/InputGroupAddon.d.ts b/types/reactstrap/lib/InputGroupAddon.d.ts index a76ae81a35..eec8a6727a 100644 --- a/types/reactstrap/lib/InputGroupAddon.d.ts +++ b/types/reactstrap/lib/InputGroupAddon.d.ts @@ -8,5 +8,5 @@ export type InputGroupAddonProps = React.HTMLAttributes & { addonType: 'prepend' | 'append'; } & T; -declare class InputGroupAddon extends React.Component> {} +declare class InputGroupAddon extends React.Component> {} export default InputGroupAddon; diff --git a/types/reactstrap/lib/InputGroupButtonDropdown.d.ts b/types/reactstrap/lib/InputGroupButtonDropdown.d.ts index 2bd235f1f0..888364df14 100644 --- a/types/reactstrap/lib/InputGroupButtonDropdown.d.ts +++ b/types/reactstrap/lib/InputGroupButtonDropdown.d.ts @@ -5,5 +5,5 @@ export type InputGroupButtonDropdownProps = DropdownProps & { addonType: 'prepend' | 'append'; } & T; -declare class InputGroupButtonDropdown extends React.Component> {} +declare class InputGroupButtonDropdown extends React.Component> {} export default InputGroupButtonDropdown; diff --git a/types/reactstrap/lib/InputGroupText.d.ts b/types/reactstrap/lib/InputGroupText.d.ts index e8b5a7acfc..9e352ea9d8 100644 --- a/types/reactstrap/lib/InputGroupText.d.ts +++ b/types/reactstrap/lib/InputGroupText.d.ts @@ -6,5 +6,5 @@ export type InputGroupTextProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class InputGroupText extends React.Component> {} +declare class InputGroupText extends React.Component> {} export default InputGroupText; diff --git a/types/reactstrap/lib/Jumbotron.d.ts b/types/reactstrap/lib/Jumbotron.d.ts index 8b4fc45652..d271b63960 100644 --- a/types/reactstrap/lib/Jumbotron.d.ts +++ b/types/reactstrap/lib/Jumbotron.d.ts @@ -8,5 +8,5 @@ export type JumbotronProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class Jumbotron extends React.Component> {} +declare class Jumbotron extends React.Component> {} export default Jumbotron; diff --git a/types/reactstrap/lib/Label.d.ts b/types/reactstrap/lib/Label.d.ts index 5669a63bad..89d9a96e48 100644 --- a/types/reactstrap/lib/Label.d.ts +++ b/types/reactstrap/lib/Label.d.ts @@ -23,5 +23,5 @@ export type LabelProps = Intermediate & { xl?: ColumnProps; } & T; -declare class Label extends React.Component> {} +declare class Label extends React.Component> {} export default Label; diff --git a/types/reactstrap/lib/ListGroup.d.ts b/types/reactstrap/lib/ListGroup.d.ts index 2c69fcf294..1c2f6739e6 100644 --- a/types/reactstrap/lib/ListGroup.d.ts +++ b/types/reactstrap/lib/ListGroup.d.ts @@ -8,5 +8,5 @@ export type ListGroupProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class ListGroup extends React.Component> {} +declare class ListGroup extends React.Component> {} export default ListGroup; diff --git a/types/reactstrap/lib/ListGroupItem.d.ts b/types/reactstrap/lib/ListGroupItem.d.ts index 3d4553aa7b..54ae820290 100644 --- a/types/reactstrap/lib/ListGroupItem.d.ts +++ b/types/reactstrap/lib/ListGroupItem.d.ts @@ -14,5 +14,5 @@ export type ListGroupItemProps = React.HTMLAttributes & { onClick?: React.MouseEventHandler; } & T; -declare class ListGroupItem extends React.Component> {} +declare class ListGroupItem extends React.Component> {} export default ListGroupItem; diff --git a/types/reactstrap/lib/ListGroupItemHeading.d.ts b/types/reactstrap/lib/ListGroupItemHeading.d.ts index c4f04e0330..6748aaa04c 100644 --- a/types/reactstrap/lib/ListGroupItemHeading.d.ts +++ b/types/reactstrap/lib/ListGroupItemHeading.d.ts @@ -7,5 +7,5 @@ export type ListGroupItemHeadingProps = React.HTMLAttributes extends React.Component> {} +declare class ListGroupItemHeading extends React.Component> {} export default ListGroupItemHeading; diff --git a/types/reactstrap/lib/ListGroupItemText.d.ts b/types/reactstrap/lib/ListGroupItemText.d.ts index 6fa1153ae2..667f2cad70 100644 --- a/types/reactstrap/lib/ListGroupItemText.d.ts +++ b/types/reactstrap/lib/ListGroupItemText.d.ts @@ -7,5 +7,5 @@ export type ListGroupItemTextProps = React.HTMLAttributes & cssModule?: CSSModule; } & T; -declare class ListGroupItemText extends React.Component> {} +declare class ListGroupItemText extends React.Component> {} export default ListGroupItemText; diff --git a/types/reactstrap/lib/Media.d.ts b/types/reactstrap/lib/Media.d.ts index b64eeffd7f..0c82de93d0 100644 --- a/types/reactstrap/lib/Media.d.ts +++ b/types/reactstrap/lib/Media.d.ts @@ -18,5 +18,5 @@ export type MediaProps = React.HTMLAttributes & { alt?: string; } & T; -declare class Media extends React.Component> {} +declare class Media extends React.Component> {} export default Media; diff --git a/types/reactstrap/lib/ModalBody.d.ts b/types/reactstrap/lib/ModalBody.d.ts index 4817e64bf4..a7c38a1914 100644 --- a/types/reactstrap/lib/ModalBody.d.ts +++ b/types/reactstrap/lib/ModalBody.d.ts @@ -7,5 +7,5 @@ export type ModalBodyProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class ModalBody extends React.Component> {} +declare class ModalBody extends React.Component> {} export default ModalBody; diff --git a/types/reactstrap/lib/ModalFooter.d.ts b/types/reactstrap/lib/ModalFooter.d.ts index 7997d6931a..8ce9b23cf2 100644 --- a/types/reactstrap/lib/ModalFooter.d.ts +++ b/types/reactstrap/lib/ModalFooter.d.ts @@ -7,5 +7,5 @@ export type ModalFooterProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class ModalFooter extends React.Component> {} +declare class ModalFooter extends React.Component> {} export default ModalFooter; diff --git a/types/reactstrap/lib/ModalHeader.d.ts b/types/reactstrap/lib/ModalHeader.d.ts index 9e37201941..4ef33e16ad 100644 --- a/types/reactstrap/lib/ModalHeader.d.ts +++ b/types/reactstrap/lib/ModalHeader.d.ts @@ -9,5 +9,5 @@ export type ModalHeaderProps = React.HTMLAttributes & { toggle?: () => void; } & T; -declare class ModalHeader extends React.Component> {} +declare class ModalHeader extends React.Component> {} export default ModalHeader; diff --git a/types/reactstrap/lib/Nav.d.ts b/types/reactstrap/lib/Nav.d.ts index 6868b01665..bc5fbdb6b9 100644 --- a/types/reactstrap/lib/Nav.d.ts +++ b/types/reactstrap/lib/Nav.d.ts @@ -15,5 +15,5 @@ export type NavProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class Nav extends React.Component> {} +declare class Nav extends React.Component> {} export default Nav; diff --git a/types/reactstrap/lib/NavItem.d.ts b/types/reactstrap/lib/NavItem.d.ts index 969369bfee..ff2ad879c3 100644 --- a/types/reactstrap/lib/NavItem.d.ts +++ b/types/reactstrap/lib/NavItem.d.ts @@ -8,5 +8,5 @@ export type NavItemProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class NavItem extends React.Component> {} +declare class NavItem extends React.Component> {} export default NavItem; diff --git a/types/reactstrap/lib/Navbar.d.ts b/types/reactstrap/lib/Navbar.d.ts index 39d7340d79..a0f721835a 100644 --- a/types/reactstrap/lib/Navbar.d.ts +++ b/types/reactstrap/lib/Navbar.d.ts @@ -17,5 +17,5 @@ export type NavbarProps = React.HTMLAttributes & { expand?: boolean | string; } & T; -declare class Navbar extends React.Component> {} +declare class Navbar extends React.Component> {} export default Navbar; diff --git a/types/reactstrap/lib/NavbarBrand.d.ts b/types/reactstrap/lib/NavbarBrand.d.ts index f7a814b31b..eea7ba15e4 100644 --- a/types/reactstrap/lib/NavbarBrand.d.ts +++ b/types/reactstrap/lib/NavbarBrand.d.ts @@ -7,5 +7,5 @@ export type NavbarBrandProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class NavbarBrand extends React.Component> {} +declare class NavbarBrand extends React.Component> {} export default NavbarBrand; diff --git a/types/reactstrap/lib/NavbarToggler.d.ts b/types/reactstrap/lib/NavbarToggler.d.ts index b3dbedb20f..f4e1e212e5 100644 --- a/types/reactstrap/lib/NavbarToggler.d.ts +++ b/types/reactstrap/lib/NavbarToggler.d.ts @@ -8,5 +8,5 @@ export type NavbarTogglerProps = React.HTMLProps & { cssModule?: CSSModule; } & T; -declare class NavbarToggler extends React.Component> {} +declare class NavbarToggler extends React.Component> {} export default NavbarToggler; diff --git a/types/reactstrap/lib/Pagination.d.ts b/types/reactstrap/lib/Pagination.d.ts index 15f30547b7..d31895d31d 100644 --- a/types/reactstrap/lib/Pagination.d.ts +++ b/types/reactstrap/lib/Pagination.d.ts @@ -7,5 +7,5 @@ export type PaginationProps = React.HTMLAttributes & { size?: string; } & T; -declare class Pagination extends React.Component> {} +declare class Pagination extends React.Component> {} export default Pagination; diff --git a/types/reactstrap/lib/PaginationItem.d.ts b/types/reactstrap/lib/PaginationItem.d.ts index b555239371..b2567f5402 100644 --- a/types/reactstrap/lib/PaginationItem.d.ts +++ b/types/reactstrap/lib/PaginationItem.d.ts @@ -9,5 +9,5 @@ export type PaginationItemProps = React.HTMLAttributes & { tag?: React.ReactType; } & T; -declare class PaginationItem extends React.Component> {} +declare class PaginationItem extends React.Component> {} export default PaginationItem; diff --git a/types/reactstrap/lib/PaginationLink.d.ts b/types/reactstrap/lib/PaginationLink.d.ts index 90ea909d4e..5e1db2d2b7 100644 --- a/types/reactstrap/lib/PaginationLink.d.ts +++ b/types/reactstrap/lib/PaginationLink.d.ts @@ -10,5 +10,5 @@ export type PaginationLinkProps = React.HTMLProps & { tag?: React.ReactType; } & T; -declare class PaginationLink extends React.Component> {} +declare class PaginationLink extends React.Component> {} export default PaginationLink; diff --git a/types/reactstrap/lib/PopoverBody.d.ts b/types/reactstrap/lib/PopoverBody.d.ts index d5a3d6732f..ef274a0558 100644 --- a/types/reactstrap/lib/PopoverBody.d.ts +++ b/types/reactstrap/lib/PopoverBody.d.ts @@ -7,5 +7,5 @@ export type PopoverBodyProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class PopoverBody extends React.Component> {} +declare class PopoverBody extends React.Component> {} export default PopoverBody; diff --git a/types/reactstrap/lib/PopoverHeader.d.ts b/types/reactstrap/lib/PopoverHeader.d.ts index 7033dc90f8..2ee7d5665e 100644 --- a/types/reactstrap/lib/PopoverHeader.d.ts +++ b/types/reactstrap/lib/PopoverHeader.d.ts @@ -7,5 +7,5 @@ export type PopoverHeaderProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class PopoverHeader extends React.Component> {} +declare class PopoverHeader extends React.Component> {} export default PopoverHeader; diff --git a/types/reactstrap/lib/Progress.d.ts b/types/reactstrap/lib/Progress.d.ts index 4bd99ab690..9edeed0807 100644 --- a/types/reactstrap/lib/Progress.d.ts +++ b/types/reactstrap/lib/Progress.d.ts @@ -14,5 +14,5 @@ export type ProgressProps = React.HTMLAttributes & { barClassName?: string; } & T; -declare class Progress extends React.Component> {}; +declare class Progress extends React.Component> {}; export default Progress; diff --git a/types/reactstrap/lib/Row.d.ts b/types/reactstrap/lib/Row.d.ts index d430e336e0..c8887e3e12 100644 --- a/types/reactstrap/lib/Row.d.ts +++ b/types/reactstrap/lib/Row.d.ts @@ -8,5 +8,5 @@ export type RowProps = React.HTMLProps & { noGutters?: boolean; } & T; -declare class Row extends React.Component> {} +declare class Row extends React.Component> {} export default Row; diff --git a/types/reactstrap/lib/TabPane.d.ts b/types/reactstrap/lib/TabPane.d.ts index 1472fe28b7..7f4624e23a 100644 --- a/types/reactstrap/lib/TabPane.d.ts +++ b/types/reactstrap/lib/TabPane.d.ts @@ -8,5 +8,5 @@ export type TabPaneProps = React.HTMLAttributes & { tabId?: number | string; } & T; -declare class TabPane extends React.Component> {} +declare class TabPane extends React.Component> {} export default TabPane; diff --git a/types/reactstrap/lib/Table.d.ts b/types/reactstrap/lib/Table.d.ts index 3ad14b8c0a..394a1f3f40 100644 --- a/types/reactstrap/lib/Table.d.ts +++ b/types/reactstrap/lib/Table.d.ts @@ -15,5 +15,5 @@ export type TableProps = React.HTMLAttributes & { responsiveTag?: React.ReactType; } & T; -declare class Table extends React.Component> {} +declare class Table extends React.Component> {} export default Table; diff --git a/types/reactstrap/lib/Tag.d.ts b/types/reactstrap/lib/Tag.d.ts index ea09231942..dbec4c3516 100644 --- a/types/reactstrap/lib/Tag.d.ts +++ b/types/reactstrap/lib/Tag.d.ts @@ -9,5 +9,5 @@ export type TagProps = React.HTMLAttributes & { cssModule?: CSSModule; } & T; -declare class Tag extends React.Component> {} +declare class Tag extends React.Component> {} export default Tag;