UNPKG

@polkadot/react-api

Version:

A collection of RxJs React components the Polkadot JS API

5 lines (4 loc) 237 B
/// <reference types="react" /> import { CallState } from '../types'; import { Subscription } from 'rxjs'; export default function intervalObservable<T, Props, State extends CallState>(that: React.Component<Props, State>): Subscription;