NeahNew/node_modules/next/dist/build/progress.d.ts
2025-05-03 14:17:46 +02:00

5 lines
120 B
TypeScript

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