UNPKG

@replyke/core

Version:

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

3 lines (2 loc) 161 B
import type { AccountStorage } from "../../interfaces/AccountStorage"; export default function useAccountSync(storage: AccountStorage, projectId: string): void;