UNPKG

remotion

Version:

Render videos in React

4 lines (3 loc) 183 B
export declare type Concurrency = number | null; export declare const setConcurrency: (newConcurrency: Concurrency) => void; export declare const getConcurrency: () => number | null;