UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

7 lines (6 loc) 222 B
import http from 'http'; import { ServerMessage } from 'react-cosmos-core'; export declare function createMessageHandler(httpServer: http.Server): { sendMessage: (msg: ServerMessage) => void; close: () => void; };