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
/
react-native
/
dist
/
web
/
PusherProvider.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
PusherProviderProps
}
from
"../core/types"
;
/** Wrapper around the core PusherProvider that passes in the Pusher lib */
export
declare
const
PusherProvider
:
React
.
FC
<
PusherProviderProps
>;