init commit
This commit is contained in:
14
remotion/node_modules/@remotion/renderer/dist/make-cancel-signal.d.ts
generated
vendored
Normal file
14
remotion/node_modules/@remotion/renderer/dist/make-cancel-signal.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
type Callback = () => void;
|
||||
export type CancelSignal = (callback: Callback) => void;
|
||||
export declare const makeCancelSignal: () => {
|
||||
cancelSignal: CancelSignal;
|
||||
cancel: () => void;
|
||||
};
|
||||
export declare const cancelErrorMessages: {
|
||||
renderMedia: string;
|
||||
renderFrames: string;
|
||||
renderStill: string;
|
||||
stitchFramesToVideo: string;
|
||||
};
|
||||
export declare const isUserCancelledRender: (err: unknown) => boolean;
|
||||
export {};
|
||||
Reference in New Issue
Block a user