diff --git a/packages/joint-core/types/joint.d.ts b/packages/joint-core/types/joint.d.ts index 8f2843220..57a05f0df 100644 --- a/packages/joint-core/types/joint.d.ts +++ b/packages/joint-core/types/joint.d.ts @@ -2584,6 +2584,8 @@ export namespace shapes { export namespace util { + export function cloneCells(cells: dia.Cell[]): { [id: string]: dia.Cell }; + export function isCalcExpression(value: any): boolean; export function evalCalcFormula(formula: string, rect: g.PlainRect): number;