Neah/node_modules/next/dist/build/progress.d.ts
2025-04-24 17:19:14 +02:00

5 lines
120 B
TypeScript

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