UNPKG

@towns-protocol/react-sdk

Version:

React Hooks for Towns Protocol SDK

11 lines 398 B
import { SyncAgent } from '@towns-protocol/sdk'; type TownsSyncContextProps = { syncAgent: SyncAgent | undefined; setSyncAgent: (syncAgent: SyncAgent | undefined) => void; config?: { onTokenExpired?: () => void; }; }; export declare const TownsSyncContext: import("react").Context<TownsSyncContextProps | undefined>; export {}; //# sourceMappingURL=TownsSyncContext.d.ts.map