@tachybase/module-hera 1.9.40 → 1.9.47

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.
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const SignatureInput: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
2
+ export declare const SignatureInput: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const ExcelFile: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
2
+ export declare const ExcelFile: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  export declare const useInsertSchema: (component: any) => (ss: any) => void;
3
- export declare const AssociatedField: React.ForwardRefExoticComponent<Omit<Partial<Omit<Omit<{
3
+ export declare const AssociatedField: React.ForwardRefExoticComponent<Omit<Omit<Omit<{
4
4
  children?: React.ReactNode | undefined;
5
5
  }, string | number | symbol> & Omit<any, "ref">, "ref"> & {
6
6
  ref?: unknown;
7
- }>, "ref"> & React.RefAttributes<unknown>>;
7
+ }, "ref"> & React.RefAttributes<never>>;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare const GroupBlockConfigure: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
2
+ export declare const GroupBlockConfigure: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
3
3
  export declare const transformers: {
4
4
  option: ({
5
5
  label: string;