forstok-ui-lib 8.10.5 → 8.10.7

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
@@ -765,7 +765,6 @@ type TDate$1 = {
765
765
  setForceUpdate?: TState<boolean>;
766
766
  showTimeInput?: boolean;
767
767
  minDate?: any;
768
- minTime?: any;
769
768
  "data-qa-id"?: string;
770
769
  "data-tip"?: string;
771
770
  "data-place"?: string;
@@ -798,7 +797,6 @@ type TDate = {
798
797
  "data-type"?: string;
799
798
  disabled?: boolean;
800
799
  minDate?: any;
801
- minTime?: any;
802
800
  };
803
801
  declare const DateRefComponent: react.ForwardRefExoticComponent<TDate & react.RefAttributes<unknown>>;
804
802