Compare commits

..

No commits in common. "3d57613ffd48f43fa076f36078f74be78f3788cc" and "83241b12548606219f8a49e7f1cf0c5951dd0dd8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ export type getUserInfoFunction = () => Promise<Record<string, any>>;
*
*/
export default function useGetUserInfo(returnType: "array"): [boolean, getUserInfoFunction];
export default function useGetUserInfo(returnType?: "object"): { loading: boolean; getUserInfo: getUserInfoFunction };
export default function useGetUserInfo(returnType?: "object"): { loading: boolean; getDictionary: getUserInfoFunction };

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.73",
"version": "1.0.72",
"type": "module",
"description": "",
"author": "LiuJiaNan",