UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

9 lines (8 loc) 202 B
declare function useFetchFollowStatus(): (props: { userId: string; }) => Promise<{ isFollowing: boolean; followId?: string; followedAt?: string; }>; export default useFetchFollowStatus;