@authing/react-ui-components 3.1.37 → 3.1.38-beta.0

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
@@ -2509,6 +2509,11 @@ declare module '@authing/react-ui-components/components/Register/core/WithCode'
2509
2509
  registeContext?: any;
2510
2510
  methods: any[];
2511
2511
  }
2512
+ /**
2513
+ * 手机 Code 注册
2514
+ * @param param0
2515
+ * @returns
2516
+ */
2512
2517
  export const RegisterWithCode: React.FC<RegisterWithCodeProps>;
2513
2518
 
2514
2519
  }
@@ -3543,7 +3548,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3543
3548
 
3544
3549
  }
3545
3550
  declare module '@authing/react-ui-components/components/version/version' {
3546
- const _default: "3.1.37";
3551
+ const _default: "3.1.38-beta.0";
3547
3552
  export default _default;
3548
3553
 
3549
3554
  }