UNPKG

matrix-react-sdk

Version:
3 lines (2 loc) 149 B
import { IPusher, MatrixClient } from "matrix-js-sdk/src/matrix"; export declare function usePushers(client: MatrixClient): [IPusher[], () => void];