дизайн

This commit is contained in:
2025-07-28 14:39:56 +03:00
parent 8e5f993cd8
commit d8e6dcd7d5
7 changed files with 112 additions and 69 deletions

View File

@@ -31,6 +31,7 @@ export interface ElementLayout {
export interface FormLayoutSettings {
gridSize: number // размер сетки для привязки (в пикселях)
showGrid: boolean // показывать сетку
snapToGrid: boolean // привязывать элементы к сетке
}
export interface TemplateElement {