UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

4 lines 260 B
import { Transport, type TransportOptions } from 'data-transport'; export declare const createBroadcastTransport: (name: string, verbose?: boolean, logger?: TransportOptions["logger"]) => any; export { Transport }; //# sourceMappingURL=createTransport.d.ts.map