init commit
This commit is contained in:
18
remotion/node_modules/@remotion/renderer/dist/options/separate-audio.d.ts
generated
vendored
Normal file
18
remotion/node_modules/@remotion/renderer/dist/options/separate-audio.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
export declare const separateAudioOption: {
|
||||
cliFlag: string;
|
||||
description: () => string;
|
||||
docLink: string;
|
||||
getValue: ({ commandLine }: {
|
||||
commandLine: Record<string, unknown>;
|
||||
}) => {
|
||||
source: string;
|
||||
value: string;
|
||||
} | {
|
||||
source: string;
|
||||
value: null;
|
||||
};
|
||||
name: string;
|
||||
setConfig: () => never;
|
||||
ssrName: string;
|
||||
type: string | null;
|
||||
};
|
||||
Reference in New Issue
Block a user