mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #3593 from qinfchen/webcola_constraint
add constraint typing for webcola
This commit is contained in:
Vendored
+7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user