init commit
This commit is contained in:
15
remotion/node_modules/@remotion/renderer/dist/options/ask-ai.d.ts
generated
vendored
Normal file
15
remotion/node_modules/@remotion/renderer/dist/options/ask-ai.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
export declare const askAIOption: {
|
||||
name: string;
|
||||
cliFlag: "disable-ask-ai";
|
||||
description: () => import("react/jsx-runtime").JSX.Element;
|
||||
ssrName: null;
|
||||
docLink: string;
|
||||
type: boolean;
|
||||
getValue: ({ commandLine }: {
|
||||
commandLine: Record<string, unknown>;
|
||||
}) => {
|
||||
value: boolean;
|
||||
source: string;
|
||||
};
|
||||
setConfig(value: boolean): void;
|
||||
};
|
||||
Reference in New Issue
Block a user