UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 151 B
import type { Size } from '@remotion/player'; import React from 'react'; export declare const CanvasOrLoading: React.FC<{ readonly size: Size; }>;