UNPKG

remotion

Version:

Render videos in React

4 lines 269 B
export declare type BrowserExecutable = string | null; export declare const setBrowserExecutable: (newBrowserExecutablePath: BrowserExecutable) => void; export declare const getBrowserExecutable: () => BrowserExecutable; //# sourceMappingURL=browser-executable.d.ts.map