Files
story-studio/remotion/node_modules/@remotion/cli/dist/yes-or-no.d.ts
2026-02-21 10:33:18 +01:00

5 lines
135 B
TypeScript

export declare const yesOrNo: ({ question, defaultValue, }: {
question: string;
defaultValue: boolean;
}) => Promise<boolean>;