mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
add node type to webcola
This commit is contained in:
Vendored
+10
-1
@@ -37,11 +37,20 @@ declare module WebCola{
|
||||
right: number;
|
||||
}
|
||||
|
||||
interface FlowLayout{
|
||||
interface FlowLayout {
|
||||
axis: string;
|
||||
minSeparation?: number;
|
||||
}
|
||||
|
||||
interface Node {
|
||||
height: number;
|
||||
id: string;
|
||||
size: number;
|
||||
width: number;
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
interface Options {
|
||||
avoidOverlaps?: boolean;
|
||||
convergenceThreshold?: number;
|
||||
|
||||
Reference in New Issue
Block a user