UNPKG

@sucoza/websocket-signalr-devtools-plugin

Version:

DevTools plugin for WebSocket and SignalR connection monitoring and debugging

7 lines 270 B
interface MessageDetailsProps { messageId: string; type: 'websocket' | 'signalr'; } export declare function MessageDetails({ messageId, type }: MessageDetailsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MessageDetails.d.ts.map