UNPKG

react-facebook

Version:

Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat, and Facebook Pixel tracking

6 lines (5 loc) 159 B
export default function useProfile(fields: string[]): { isLoading: boolean; error: Error | undefined; profile: Record<string, any> | undefined; };