UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 198 B
import React from 'react'; export declare const CanUseRemotionHooks: React.Context<boolean>; export declare const CanUseRemotionHooksProvider: React.FC<{ readonly children: React.ReactNode; }>;