init commit
This commit is contained in:
9
remotion/node_modules/@remotion/cli/dist/user-passed-output-location.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/cli/dist/user-passed-output-location.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare const getUserPassedOutputLocation: (args: (string | number)[], uiPassedOutName: string | null) => string | null;
|
||||
export declare const getOutputLocation: ({ compositionId, defaultExtension, args, type, outputLocationFromUi, compositionDefaultOutName, }: {
|
||||
compositionId: string;
|
||||
outputLocationFromUi: string | null;
|
||||
compositionDefaultOutName: string | null;
|
||||
defaultExtension: string;
|
||||
args: (string | number)[];
|
||||
type: "asset" | "sequence";
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user