UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 246 B
import type { UpdateDefaultPropsFunction } from './helpers/calc-new-props'; export declare const saveDefaultProps: ({ compositionId, defaultProps, }: { compositionId: string; defaultProps: UpdateDefaultPropsFunction; }) => Promise<void>;