init commit
This commit is contained in:
5
remotion/node_modules/@remotion/studio/dist/api/update-default-props.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/studio/dist/api/update-default-props.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { UpdateDefaultPropsFunction } from './helpers/calc-new-props';
|
||||
export declare const updateDefaultProps: ({ compositionId, defaultProps, }: {
|
||||
compositionId: string;
|
||||
defaultProps: UpdateDefaultPropsFunction;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user