@bigbinary/neeto-commons-frontend 2.0.28 → 2.0.30

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/react-utils.d.ts CHANGED
@@ -139,7 +139,9 @@ export declare type ZustandStoreHook = {
139
139
  (): any;
140
140
  };
141
141
 
142
- export const CustomDomain: React.FC<{}>;
142
+ export const CustomDomain: React.FC<{
143
+ headerProps: { [key: string]: any }
144
+ }>;
143
145
 
144
146
  export const IpRestriction: React.FC<{}>;
145
147