Implemented different layout sizes

This commit is contained in:
Meierschlumpf
2023-01-06 22:46:07 +01:00
parent 26bcb2fc34
commit 9608452bed
16 changed files with 564 additions and 484 deletions

View File

@@ -1,4 +1,10 @@
export interface ShapeType {
lg?: SizedShapeType;
md?: SizedShapeType;
sm?: SizedShapeType;
}
export interface SizedShapeType {
location: {
x: number;
y: number;