mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
added fitToContent method to Paper in jointjs.d.ts
This commit is contained in:
Vendored
+1
@@ -78,6 +78,7 @@ declare module joint {
|
||||
findViewByModel(modelOrId:any):CellView;
|
||||
findViewsFromPoint(p:{ x: number; y: number; }):CellView[];
|
||||
findViewsInArea(r:{ x: number; y: number; width: number; height: number; }):CellView[];
|
||||
fitToContent(): void;
|
||||
}
|
||||
|
||||
class ElementView extends CellView {
|
||||
|
||||
Reference in New Issue
Block a user