UNPKG

@replyke/core

Version:

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

6 lines (5 loc) 237 B
import { ConnectionActionResponse } from "../../../interfaces/models/Connection"; declare function useDeclineConnection(): (props: { connectionId: string; }) => Promise<ConnectionActionResponse>; export default useDeclineConnection;