2
0

added margin as parameter

This commit is contained in:
2018-05-13 03:34:25 +02:00
parent d08f9e4c7c
commit b493fa0ed7
4 changed files with 17 additions and 5 deletions

View File

@@ -4,4 +4,5 @@ export interface Param {
end: string
};
points: number;
margin: number;
}