@clasing/ui 0.1.72 → 0.1.74

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
@@ -250,7 +250,7 @@ declare interface IDatepickerProps extends React.InputHTMLAttributes<HTMLInputEl
250
250
  helperText?: string;
251
251
  error?: string;
252
252
  touched?: boolean;
253
- value: string;
253
+ value?: string;
254
254
  locale?: 'enGB' | 'enUS' | 'es';
255
255
  placement?: PopoverPlacement;
256
256
  placeholder?: string;