UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 183 B
type Listener = () => void; export declare const visualControlStore: { subscribe(listener: Listener): () => void; getSnapshot(): number; emitChange(): void; }; export {};