UNPKG

@rtcio/react

Version:

A wrapper around the @rtcio/core library for React integration

4 lines 224 B
import { PeerId } from "@rtcio/core"; import { Result } from "@dbidwell94/ts-utils"; export declare function useFileSender(): (toPeer: PeerId, file: File) => Promise<Result<void>>; //# sourceMappingURL=useFileSender.d.ts.map