UNPKG

@remotion/player

Version:

React component for embedding a Remotion preview into your app

5 lines (4 loc) 283 B
import React from 'react'; import type { PlayerEmitter, ThumbnailEmitter } from './event-emitter.js'; export declare const PlayerEventEmitterContext: React.Context<PlayerEmitter | undefined>; export declare const ThumbnailEmitterContext: React.Context<ThumbnailEmitter | undefined>;