makearmy-app/node_modules/next/dist/build/progress.d.ts
2025-09-22 10:37:53 -04:00

4 lines
120 B
TypeScript

export declare const createProgress: (total: number, label: string) => {
run: () => void;
clear: () => void;
};