архитектура добавления элементов, список эталонов

This commit is contained in:
2025-07-18 07:45:43 +03:00
parent dfb4d377d0
commit 7cf319f25d
36 changed files with 2100 additions and 123 deletions

View File

@@ -0,0 +1,7 @@
export { checkboxDefinition } from "./CheckboxElement";
export { dateDefinition } from "./DateElement";
export { numberDefinition } from "./NumberElement";
export { radioDefinition } from "./RadioElement";
export { selectDefinition } from "./SelectElement";
export { textareaDefinition } from "./TextareaElement";
export { textDefinition } from "./TextElement";