react-bootstrap
Advanced tools
Comparing version 2.0.0 to 2.0.1
import * as React from 'react'; | ||
import { BsPrefixOnlyProps, BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface FormSelectProps extends BsPrefixOnlyProps, React.HTMLAttributes<HTMLSelectElement> { | ||
export interface FormSelectProps extends BsPrefixOnlyProps, Omit<React.SelectHTMLAttributes<HTMLSelectElement>, 'size'> { | ||
htmlSize?: number; | ||
@@ -5,0 +5,0 @@ size?: 'sm' | 'lg'; |
import * as React from 'react'; | ||
import { BsPrefixOnlyProps, BsPrefixRefForwardingComponent } from './helpers'; | ||
export interface FormSelectProps extends BsPrefixOnlyProps, React.HTMLAttributes<HTMLSelectElement> { | ||
export interface FormSelectProps extends BsPrefixOnlyProps, Omit<React.SelectHTMLAttributes<HTMLSelectElement>, 'size'> { | ||
htmlSize?: number; | ||
@@ -5,0 +5,0 @@ size?: 'sm' | 'lg'; |
{ | ||
"name": "react-bootstrap", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Bootstrap 5 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
1362286