UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 129 B
export declare const setShouldOpenBrowser: (_should: boolean) => void; export declare const getShouldOpenBrowser: () => boolean;