import {saveDefaultProps} from './save-default-props';

/**
 * @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 const updateDefaultProps = saveDefaultProps;
