UNPKG

react-mercure

Version:

React hook that make working with Mercure easy

5 lines (4 loc) 141 B
export declare function useMercure<T = unknown>(url: string | URL, topic: string[]): { data: T | undefined; isConnected: boolean; };