import { IFormInputProperties } from '../forminput/FormInputProperties.interface';
export interface IStateInputs {
    [name: string]: IFormInputProperties;
}
