init commit
This commit is contained in:
6
remotion/node_modules/@remotion/renderer/dist/v5-required-input-props.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/renderer/dist/v5-required-input-props.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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>;
|
||||
};
|
||||
Reference in New Issue
Block a user