UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 232 B
import type { Size } from '@remotion/player'; import React from 'react'; import type { CanvasContent } from 'remotion'; export declare const Canvas: React.FC<{ readonly canvasContent: CanvasContent; readonly size: Size; }>;