UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 135 B
export declare const yesOrNo: ({ question, defaultValue, }: { question: string; defaultValue: boolean; }) => Promise<boolean>;