@authing/react-ui-components 3.0.30-rc.2 → 3.0.30-rc.3

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/lib/index.d.ts CHANGED
@@ -2748,7 +2748,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2748
2748
 
2749
2749
  }
2750
2750
  declare module '@authing/react-ui-components/components/version/version' {
2751
- const _default: "3.0.30-rc.2";
2751
+ const _default: "3.0.30-rc.3";
2752
2752
  export default _default;
2753
2753
 
2754
2754
  }
@@ -3121,7 +3121,8 @@ declare module '@authing/react-ui-components/examples' {
3121
3121
 
3122
3122
  }
3123
3123
  declare module '@authing/react-ui-components/index' {
3124
- export {};
3124
+ const _exports: typeof import("@authing/react-ui-components/components/index");
3125
+ export = _exports;
3125
3126
 
3126
3127
  }
3127
3128
  declare module '@authing/react-ui-components/reportWebVitals' {