UNPKG

react-native-speedy-list

Version:

A performance focused list component for React Native.

5 lines (4 loc) 142 B
import { Func } from "./types"; export declare const ThrottlingUtil: { throttle: <R>(func: Func<R>, delay?: number) => Func<R | null>; };