react-bootstrap
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -6,3 +6,3 @@ import React from 'react'; | ||
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface PopoverProps extends React.ComponentPropsWithoutRef<'div'>, BsPrefixPropsWithChildren { | ||
export interface PopoverProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'>, BsPrefixPropsWithChildren { | ||
id: string; | ||
@@ -9,0 +9,0 @@ placement?: Placement; |
@@ -6,3 +6,3 @@ import React from 'react'; | ||
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface PopoverProps extends React.ComponentPropsWithoutRef<'div'>, BsPrefixPropsWithChildren { | ||
export interface PopoverProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'>, BsPrefixPropsWithChildren { | ||
id: string; | ||
@@ -9,0 +9,0 @@ placement?: Placement; |
{ | ||
"name": "react-bootstrap", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Bootstrap 4 components built with React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1338984