export interface IElixFormsReactFormState { formData: { [key: string]: any; }; }