lingjing/node_modules/next/dist/build/progress.d.ts
2026-02-23 09:51:43 +00:00

5 lines
120 B
TypeScript

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