Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/renderer/dist/v5-required-input-props.d.ts
T

7 lines
256 B
TypeScript

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>;
};