UNPKG

@jcm/use-pusher

Version:

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

5 lines (4 loc) 237 B
import React from "react"; import { PusherProviderProps } from "../core/types"; /** Wrapper around the core PusherProvider that passes in the Pusher react-native lib */ export declare const PusherProvider: React.FC<PusherProviderProps>;