UNPKG

@gqty/solid

Version:

The No-GraphQL Client for React

3 lines (2 loc) 203 B
import type { ArrowFunction } from '.'; export declare const createIntervalEffect: <TCallback extends ArrowFunction>(fn: TCallback, interval: number, getArguments?: () => Parameters<TCallback>) => void;