UNPKG

@graphprotocol/client-polling-live

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