Compare commits
2 Commits
83241b1254
...
3d57613ffd
| Author | SHA1 | Date |
|---|---|---|
|
|
3d57613ffd | |
|
|
4dc15b5a67 |
|
|
@ -4,4 +4,4 @@ export type getUserInfoFunction = () => Promise<Record<string, any>>;
|
||||||
* 获取用户信息
|
* 获取用户信息
|
||||||
*/
|
*/
|
||||||
export default function useGetUserInfo(returnType: "array"): [boolean, getUserInfoFunction];
|
export default function useGetUserInfo(returnType: "array"): [boolean, getUserInfoFunction];
|
||||||
export default function useGetUserInfo(returnType?: "object"): { loading: boolean; getDictionary: getUserInfoFunction };
|
export default function useGetUserInfo(returnType?: "object"): { loading: boolean; getUserInfo: getUserInfoFunction };
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zy-react-library",
|
"name": "zy-react-library",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.72",
|
"version": "1.0.73",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue