UNPKG

next

Version:

The React Framework

5 lines (4 loc) 120 B
export declare const createProgress: (total: number, label: string) => { run: () => void; clear: () => void; };