init commit
This commit is contained in:
9
remotion/node_modules/@remotion/webcodecs/dist/io-manager/make-timeout-promise.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/webcodecs/dist/io-manager/make-timeout-promise.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { WebCodecsController } from '../webcodecs-controller';
|
||||
export declare const makeTimeoutPromise: ({ label, ms, controller, }: {
|
||||
label: () => string;
|
||||
ms: number;
|
||||
controller: WebCodecsController | null;
|
||||
}) => {
|
||||
timeoutPromise: Promise<void>;
|
||||
clear: () => void;
|
||||
};
|
||||
Reference in New Issue
Block a user