Files
muzak/node_modules/next/dist/build/progress.d.ts
T
2025-07-02 11:28:41 +02:00

5 lines
120 B
TypeScript

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