@bigbinary/neetoui 6.2.0 → 6.2.2

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/index.d.ts CHANGED
@@ -203,8 +203,8 @@ export type DatePickerProps = {
203
203
  };
204
204
 
205
205
  export type DateTimePickerProps = {
206
- value: any;
207
- defaultValue?: any;
206
+ value?: string;
207
+ defaultValue?: string;
208
208
  className?: string;
209
209
  label?: string;
210
210
  size?: "small" | "medium" | "large";