@replyke/react-js
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
9 lines (8 loc) • 305 B
TypeScript
import React from "react";
export * from "@replyke/core";
export { default as useOAuthSignIn, type UseOAuthSignInReturn } from "./hooks/useOAuthSignIn";
export declare const ReplykeProvider: React.FC<{
projectId: string;
signedToken?: string | null | undefined;
children: React.ReactNode;
}>;