Try fix build

This commit is contained in:
Халимов Рустам
2026-01-10 18:54:11 +03:00
parent 4d033cbd97
commit f3bc06e69f
2 changed files with 42 additions and 133 deletions

View File

@@ -11,11 +11,11 @@ export interface AppConfig {
cornerRadius: number;
}
// Описание одной внутренней перегородки
// Описание внутренней перегородки
export interface Partition {
id: string;
axis: 'x' | 'y';
offset: number; // 0.1 - 0.9
offset: number; // 0.1 - 0.9
height: number;
rounded: boolean;
}