init commit
This commit is contained in:
7
remotion/node_modules/@remotion/studio-shared/dist/get-default-out-name.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/studio-shared/dist/get-default-out-name.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const getDefaultOutLocation: ({ compositionName, defaultExtension, type, compositionDefaultOutName, clientSideRender, }: {
|
||||
compositionName: string;
|
||||
compositionDefaultOutName: string | null;
|
||||
defaultExtension: string;
|
||||
type: "asset" | "sequence";
|
||||
clientSideRender: boolean;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user