UNPKG

remotion

Version:

Make videos programmatically

4 lines (3 loc) 172 B
import type { PropsWithChildren } from 'react'; export declare const IsPlayerContextProvider: React.FC<PropsWithChildren>; export declare const useIsPlayer: () => boolean;