UNPKG

@graphprotocol/client-polling-live

Version:
8 lines (7 loc) 294 B
import { Plugin } from '@envelop/core'; export default function usePollingLive({ config: { defaultInterval, defaultPauseOnBackground }, }?: { config?: { defaultInterval?: number | undefined; defaultPauseOnBackground?: boolean | undefined; } | undefined; }): Plugin<{}>;