UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

7 lines (6 loc) 256 B
import type { NoReactInternals } from 'remotion/no-react'; export type RequiredInputPropsInV5 = typeof NoReactInternals.ENABLE_V5_BREAKING_CHANGES extends true ? { inputProps: Record<string, unknown>; } : { inputProps?: Record<string, unknown>; };