export interface InputTypes { type: string, id?: string | null, name?: string, onChange?: Function, onClick?: Function, onBlur?: Function, }