UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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