initial commit

This commit is contained in:
2026-04-24 16:06:17 +02:00
commit 567c2f8da4
27 changed files with 4806 additions and 0 deletions
@@ -0,0 +1,4 @@
export interface IElixFormsReactFormState {
formData: { [key: string]: any; };
}