UNPKG

@polkadot/react-api

Version:

A collection of RxJs React components the Polkadot JS API

4 lines (3 loc) 202 B
import { HOC, Options } from './types'; import { Observable } from 'rxjs'; export default function withObservable<T, P>(observable: Observable<P>, { callOnResult, propName, transform }?: Options): HOC;