init commit
This commit is contained in:
4
remotion/node_modules/@remotion/cli/dist/yes-or-no.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/cli/dist/yes-or-no.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare const yesOrNo: ({ question, defaultValue, }: {
|
||||
question: string;
|
||||
defaultValue: boolean;
|
||||
}) => Promise<boolean>;
|
||||
Reference in New Issue
Block a user