UNPKG

@replyke/core

Version:

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

6 lines (5 loc) 213 B
export interface IncrementEntityViewsProps { entityId: string; } declare function useIncrementEntityViews(): ({ entityId }: IncrementEntityViewsProps) => Promise<void>; export default useIncrementEntityViews;