react-bootstrap
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -9,3 +9,3 @@ import React from 'react'; | ||
import { BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface ModalProps extends Omit<BaseModalProps, 'role' | 'renderBackdrop' | 'renderDialog' | 'transition' | 'backdropTransition'> { | ||
export interface ModalProps extends Omit<BaseModalProps, 'role' | 'renderBackdrop' | 'renderDialog' | 'transition' | 'backdropTransition' | 'children'> { | ||
size?: 'sm' | 'lg' | 'xl'; | ||
@@ -12,0 +12,0 @@ bsPrefix?: string; |
@@ -9,3 +9,3 @@ import React from 'react'; | ||
import { BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface ModalProps extends Omit<BaseModalProps, 'role' | 'renderBackdrop' | 'renderDialog' | 'transition' | 'backdropTransition'> { | ||
export interface ModalProps extends Omit<BaseModalProps, 'role' | 'renderBackdrop' | 'renderDialog' | 'transition' | 'backdropTransition' | 'children'> { | ||
size?: 'sm' | 'lg' | 'xl'; | ||
@@ -12,0 +12,0 @@ bsPrefix?: string; |
{ | ||
"name": "react-bootstrap", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Bootstrap 4 components built with React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1359736