UNPKG

@jcm/use-pusher

Version:

Fork of harelpls/use-pusher with the latest changes on master

6 lines (5 loc) 171 B
import { ChannelsContextValues } from "./types"; /** * Provides access to the channels global provider. */ export declare function useChannels(): ChannelsContextValues;