makearmy-app/node_modules/next/dist/build/progress.d.ts

5 lines
120 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export declare const createProgress: (total: number, label: string) => {
run: () => void;
clear: () => void;
};