forstok-ui-lib 8.3.17 → 8.3.19

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
@@ -748,9 +748,8 @@ type TDate = {
748
748
  };
749
749
  declare const DateRefComponent: react.ForwardRefExoticComponent<TDate & react.RefAttributes<unknown>>;
750
750
 
751
- declare const DateTimeComponent: ({ dateTimeData, $mode, }: {
751
+ declare const DateTimeComponent: ({ dateTimeData }: {
752
752
  dateTimeData: string;
753
- $mode?: "single";
754
753
  }) => react_jsx_runtime.JSX.Element;
755
754
 
756
755
  type TRadio = InputHTMLAttributes<HTMLInputElement> & {