UNPKG

@fishjam-cloud/react-client

Version:
9 lines 289 B
import type { UseDataChannelResult } from "../types/public"; /** * Hook for data channel operations - publish and subscribe to data. * * @category Connection * @group Hooks */ export declare function useDataChannel(): UseDataChannelResult; //# sourceMappingURL=useDataChannel.d.ts.map