UNPKG

react-dayo

Version:

A Queue component for notification etc

5 lines (4 loc) 184 B
export interface IntervalImpl { wait(item: unknown, condition: (onTick: (cb: () => void) => void) => Promise<void>): Promise<void>; } export declare type IInterval = IntervalImpl;