export interface IInputAtom { placeholder?: string; type?: string; id?: string; disabled?: boolean; min?: number; }