UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 152 B
import type React from 'react'; export declare const Artifact: React.FC<{ readonly filename: string; readonly content: string | Uint8Array; }>;