react-tailwindcss-datepicker
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -33,4 +33,7 @@ import React from "react"; | ||
i18n?: string; | ||
disabled?: boolean; | ||
inputClassName?: string | null; | ||
containerClassName?: string | null; | ||
} | ||
declare const Datepicker: React.FC<Props>; | ||
export default Datepicker; |
@@ -13,2 +13,3 @@ import dayjs from "dayjs"; | ||
calendarContainer: React.RefObject<HTMLDivElement> | null; | ||
arrowContainer: React.RefObject<HTMLDivElement> | null; | ||
hideDatepicker: () => void; | ||
@@ -28,4 +29,7 @@ period: Period; | ||
value: DateRange; | ||
disabled?: boolean; | ||
inputClassName?: string | null; | ||
containerClassName?: string | null; | ||
} | ||
declare const DatepickerContext: React.Context<DatepickerStore>; | ||
export default DatepickerContext; |
{ | ||
"name": "react-tailwindcss-datepicker", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "A modern React Datepicker using Tailwind CSS 3", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -44,3 +44,3 @@ # React Tailwindcss Datepicker | ||
"dayjs": "^1.11.6", | ||
"react": "^18.2.0" | ||
"react": "^17.0.2 || ^18.2.0" | ||
``` | ||
@@ -47,0 +47,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
446720
3795