@authing/react-ui-components 3.0.0-rc.14 → 3.0.0-rc.15

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
@@ -1775,7 +1775,13 @@ declare module '@authing/react-ui-components/components/MFA/index' {
1775
1775
  import React from 'react';
1776
1776
  import { GuardMFAViewProps } from '@authing/react-ui-components/components/MFA/interface';
1777
1777
  import './styles.less';
1778
+ interface MFABackStateContextType {
1779
+ setMfaBackState: React.Dispatch<React.SetStateAction<string>>;
1780
+ mfaBackState: string;
1781
+ }
1782
+ export const MFABackStateContext: React.Context<MFABackStateContextType | undefined>;
1778
1783
  export const GuardMFAView: React.FC<GuardMFAViewProps>;
1784
+ export {};
1779
1785
 
1780
1786
  }
1781
1787
  declare module '@authing/react-ui-components/components/MFA/interface' {
@@ -2432,7 +2438,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2432
2438
 
2433
2439
  }
2434
2440
  declare module '@authing/react-ui-components/components/version/version' {
2435
- const _default: "3.0.0-rc.14";
2441
+ const _default: "3.0.0-rc.15";
2436
2442
  export default _default;
2437
2443
 
2438
2444
  }