Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-bootstrap - npm Package Compare versions

Comparing version 0.32.27 to 0.32.28

4

react-bootstrap/lib/BreadcrumbItem.d.ts
import * as React from 'react';
declare namespace BreadcrumbItem {
export interface BreadcrumbItemProps extends React.Props<BreadcrumbItem> {
export interface BreadcrumbItemProps {
children?: React.ReactNode;
ref?: React.LegacyRef<BreadcrumbItem> | undefined;
active?: boolean | undefined;

@@ -6,0 +8,0 @@ href?: string | undefined;

@@ -11,3 +11,3 @@ import * as React from 'react';

bsSize?: Sizes | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
disabled?: boolean | undefined;

@@ -14,0 +14,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface CarouselCaptionProps extends React.HTMLProps<CarouselCaption> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface ClearfixProps extends React.HTMLProps<Clearfix> {
componentClass?: React.ReactType | undefined,
componentClass?: React.ElementType | undefined,
visibleXsBlock?: boolean | undefined;

@@ -8,0 +8,0 @@ visibleSmBlock?: boolean | undefined;

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface ColProps extends React.HTMLProps<Col> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
lg?: number | undefined;

@@ -8,0 +8,0 @@ lgHidden?: boolean | undefined;

@@ -9,3 +9,3 @@ import * as React from 'react';

bsClass?: string | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
disabled?: boolean | undefined;

@@ -12,0 +12,0 @@ dropup?: boolean | undefined;

@@ -6,3 +6,3 @@ import * as React from 'react';

bsClass?: string | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
horizontal?: boolean | undefined;

@@ -9,0 +9,0 @@ inline?: boolean | undefined;

@@ -10,3 +10,3 @@ import * as React from 'react';

bsSize?: Sizes | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
id?: string | undefined;

@@ -13,0 +13,0 @@ inputRef?: ((instance: HTMLInputElement) => void) | undefined;

@@ -6,3 +6,3 @@ import * as React from 'react';

bsClass?: string | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -9,0 +9,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface GridProps extends React.HTMLProps<Grid> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
fluid?: boolean | undefined;

@@ -8,0 +8,0 @@ bsClass?: string | undefined;

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface JumbotronProps extends React.HTMLProps<Jumbotron> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -8,0 +8,0 @@ }

@@ -6,3 +6,3 @@ import * as React from 'react';

bsClass?: string | undefined;
componentClass?: React.ReactType | undefined; // Added since v0.30.0
componentClass?: React.ElementType | undefined; // Added since v0.30.0
// TODO: Add more specific type

@@ -9,0 +9,0 @@ fill?: boolean | undefined;

@@ -11,3 +11,3 @@ import * as React from 'react';

export interface MediaProps extends React.HTMLProps<Media> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -14,0 +14,0 @@ }

@@ -6,3 +6,3 @@ import * as React from 'react';

children?: React.ReactNode;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -9,0 +9,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

interface MediaHeadingProps extends React.HTMLProps<MediaHeading> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

interface MediaListItemProps extends React.HTMLProps<MediaListItem> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface ModalBodyProps extends React.HTMLProps<ModalBody> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
bsClass?: string | undefined;

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface ModalFooterProps extends React.HTMLProps<ModalFooter> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
bsClass?: string | undefined;

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface ModalTitleProps extends React.HTMLProps<ModalTitle> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
bsClass?: string | undefined;

@@ -8,0 +8,0 @@ }

@@ -14,3 +14,3 @@ import * as React from 'react';

collapseOnSelect?: boolean | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
defaultNavExpanded?: boolean | undefined;

@@ -55,3 +55,3 @@ fixedBottom?: boolean | undefined;

interface NavbarFormProps extends React.HTMLProps<NavbarForm> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
pullRight?: boolean | undefined;

@@ -58,0 +58,0 @@ pullLeft?: boolean | undefined;

@@ -10,3 +10,3 @@ import * as React from 'react';

bsStyle?: string | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
defaultNavExpanded?: boolean | undefined;

@@ -13,0 +13,0 @@ eventKey?: any;

import * as React from 'react';
declare namespace OverlayTrigger {
export interface OverlayTriggerProps extends React.Props<OverlayTrigger> {
export interface OverlayTriggerProps {
children?: React.ReactNode;
ref?: React.LegacyRef<OverlayTrigger> | undefined;
// Required

@@ -6,0 +8,0 @@ overlay: any; // TODO: Add more specific type

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface RowProps extends React.HTMLProps<Row> {
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -8,0 +8,0 @@ }

@@ -9,3 +9,3 @@ import * as React from 'react';

role?: string | undefined;
componentClass?: React.ReactType | undefined;
componentClass?: React.ElementType | undefined;
}

@@ -12,0 +12,0 @@ }

@@ -5,4 +5,4 @@ import * as React from 'react';

export interface TabContentProps extends React.HTMLProps<TabContent> {
componentClass?: React.ReactType | undefined,
animation?: boolean | React.ReactType | undefined;
componentClass?: React.ElementType | undefined,
animation?: boolean | React.ElementType | undefined;
mountOnEnter?: boolean | undefined;

@@ -9,0 +9,0 @@ unmountOnExit?: boolean | undefined;

{
"name": "@types/react-bootstrap",
"version": "0.32.27",
"version": "0.32.28",
"description": "TypeScript definitions for react-bootstrap",

@@ -95,4 +95,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap",

},
"typesPublisherContentHash": "b7a65bbc2112432dbe36f57a3f099aa2347a71e3679d51915fcc74ec6f06fe9d",
"typesPublisherContentHash": "f11888b3acc8ff3507685f5efd202a5427a1979a1948ec05feca8157e0162f57",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 Oct 2021 18:01:59 GMT
* Last updated: Thu, 21 Oct 2021 23:01:34 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: `ReactBootstrap`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc