UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

10 lines (9 loc) 473 B
/** * @deprecated Use `saveDefaultProps()` instead. This function is now an alias for `saveDefaultProps()`. * @description Updates and saves the defaultProps for a composition back to the root file. * @see [Documentation](https://www.remotion.dev/docs/studio/update-default-props) */ export declare const updateDefaultProps: ({ compositionId, defaultProps, }: { compositionId: string; defaultProps: import("..").UpdateDefaultPropsFunction; }) => Promise<void>;