UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

3 lines 233 B
import { HandleServerOptions } from './interfaces'; export declare const handleServer: ({ app, transport, disposeServer, disposeClient, enablePatchesChecker, }: HandleServerOptions) => () => void; //# sourceMappingURL=server.d.ts.map