Compare commits
No commits in common. "3d57613ffd48f43fa076f36078f74be78f3788cc" and "83241b12548606219f8a49e7f1cf0c5951dd0dd8" have entirely different histories.
3d57613ffd
...
83241b1254
|
|
@ -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 };
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.73",
|
||||
"version": "1.0.72",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue