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

4 lines
227 B
TypeScript

import type { BrowserExecutable } from '@remotion/renderer';
export declare const setBrowserExecutable: (newBrowserExecutablePath: BrowserExecutable) => void;
export declare const getBrowserExecutable: () => BrowserExecutable;