react-multi-date-picker
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -35,4 +35,3 @@ declare module "react-multi-date-picker" { | ||
export interface CalendarProps | ||
extends Omit<HTMLAttributes<HTMLDivElement>, "onChange"> { | ||
export interface CalendarProps { | ||
ref?: React.MutableRefObject<any>; | ||
@@ -39,0 +38,0 @@ /** |
{ | ||
"name": "react-multi-date-picker", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple, range and multiple range pickers.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
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
344347
2594