@authing/react-ui-components 4.0.9-rc.21 → 4.0.9-rc.23
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/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Input } from 'antd';
|
|
2
2
|
import { PasswordProps } from 'antd/lib/input';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const InputPasswordForget: React.ForwardRefExoticComponent<PasswordProps & React.RefAttributes<React.RefObject<Input>>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InputProps } from 'antd/lib/input';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { VerifyLoginMethods } from '../../Type';
|
|
3
|
+
import { VerifyLoginMethods } from '../../Type/application';
|
|
4
4
|
export interface InputIdentifyProps extends InputProps {
|
|
5
5
|
methods: VerifyLoginMethods[];
|
|
6
6
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.0.9-rc.
|
|
1
|
+
declare const _default: "4.0.9-rc.23";
|
|
2
2
|
export default _default;
|