@clasing/ui 0.1.81 → 0.1.82

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
@@ -285,6 +285,7 @@ declare interface IDateRangePickerProps extends React.InputHTMLAttributes<HTMLIn
285
285
  placeholder?: string;
286
286
  minDate?: Date;
287
287
  maxDate?: Date;
288
+ disabled?: boolean;
288
289
  }
289
290
 
290
291
  declare interface IIconComponentProps {