3 lines
147 B
TypeScript
3 lines
147 B
TypeScript
import type { RemotionEnvironment } from './remotion-environment-context';
|
|
export declare const getRemotionEnvironment: () => RemotionEnvironment;
|