3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
import type { BundleState } from 'remotion';
|
|
export declare const setBundleModeAndUpdate: (state: BundleState) => void;
|