UNPKG

@tanem/react-nprogress

Version:

A React primitive for building slim progress bars.

8 lines (7 loc) 178 B
type Next = () => void; type Callback = (next: Next) => void; export declare const createQueue: () => { clear: () => void; enqueue: (cb: Callback) => void; }; export {};