@react-form-builder/components-rsuite 2.4.0 → 3.0.1

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
@@ -1,7 +1,7 @@
1
1
  import { Definer } from '@react-form-builder/core';
2
2
  import { ErrorWrapperProps } from '@react-form-builder/core';
3
3
  import type { FormViewerWrapperComponentProps } from '@react-form-builder/core';
4
- import { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
4
+ import { JSX } from '@emotion/react/jsx-runtime';
5
5
  import { Model } from '@react-form-builder/core';
6
6
  import type { OverlayTriggerType } from 'rsuite/esm/internals/Overlay/OverlayTrigger';
7
7
  import type { TypeAttributes } from 'rsuite/esm/internals/types';
@@ -47,7 +47,7 @@ export declare interface RsErrorMessageProps extends ErrorWrapperProps {
47
47
  * @param props.children the children components to be wrapped.
48
48
  * @returns the wrapped components with localization settings applied.
49
49
  */
50
- export declare const RsLocalizationWrapper: ({ language, children }: FormViewerWrapperComponentProps) => JSX_2.Element;
50
+ export declare const RsLocalizationWrapper: ({ language, children }: FormViewerWrapperComponentProps) => JSX.Element;
51
51
 
52
52
  /**
53
53
  * Metadata builder for rSuite-based tooltip display component.