UNPKG

react-mercure

Version:

React hook that make working with Mercure easy

4 lines (3 loc) 136 B
export declare function useEventSource<T = unknown>(url: string | URL, eventHandler: (data: T) => void): { isConnected: boolean; };