Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/open-browser.d.ts
2026-02-21 10:33:18 +01:00

3 lines
129 B
TypeScript

export declare const setShouldOpenBrowser: (_should: boolean) => void;
export declare const getShouldOpenBrowser: () => boolean;