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