@clasing/ui 0.1.65 → 0.1.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -219,7 +219,7 @@ declare interface ICalendarProps {
219
219
  minDate?: Date;
220
220
  maxDate?: Date;
221
221
  value?: string;
222
- onChange?: (value: string) => void;
222
+ onChange?: (value: string | undefined) => void | undefined;
223
223
  className?: string;
224
224
  }
225
225