UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

9 lines (8 loc) 232 B
export declare const useProfileInfo: <T>({ fetchUserProfile, }: { fetchUserProfile?: () => Promise<T>; }) => { profileData: T | undefined; isLoading: boolean; error: null; getProfileData: () => Promise<void>; };