UNPKG

@replyke/core

Version:

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

5 lines (4 loc) 131 B
declare function useUpvoteComment(): ({ commentId }: { commentId: string; }) => Promise<any>; export default useUpvoteComment;