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