diff --git a/webcola/webcola.d.ts b/webcola/webcola.d.ts index b8794f31e3..177039b139 100644 --- a/webcola/webcola.d.ts +++ b/webcola/webcola.d.ts @@ -30,6 +30,13 @@ declare module WebCola{ stop(): void; } + interface Constraint { + axis: string; + gap: number; + left: number; + right: number; + } + interface FlowLayout{ axis: string; minSeparation?: number;