UNPKG

@redwoodjs/sdk

Version:

A full-stack webapp toolkit designed for TypeScript, Vite, and React Server Components

8 lines (7 loc) 228 B
import { type Transport } from "../../client"; export declare const initRealtimeClient: ({ key, }?: { key?: string; }) => Promise<void>; export declare const realtimeTransport: ({ key }: { key?: string; }) => Transport;