UNPKG
@jcm/use-pusher
Version:
latest (8.0.0)
8.0.0
Fork of harelpls/use-pusher with the latest changes on master
mayteio/use-pusher
@jcm/use-pusher
/
dist
/
core
/
useChannels.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ ChannelsContextValues } from
"./types"
;
/** * Provides access to the channels global provider. */
export
declare function
useChannels
()
: ChannelsContextValues;