Skip to content

Commit 27d92fd

Browse files
authored
feat(util): document cloneCells() method (#2811)
1 parent d91d4d0 commit 27d92fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/joint-core/types/joint.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,6 +2584,8 @@ export namespace shapes {
25842584

25852585
export namespace util {
25862586

2587+
export function cloneCells(cells: dia.Cell[]): { [id: string]: dia.Cell };
2588+
25872589
export function isCalcExpression(value: any): boolean;
25882590

25892591
export function evalCalcFormula(formula: string, rect: g.PlainRect): number;

0 commit comments

Comments
 (0)