export const INPUT_TYPES: Record<string, string> = {
  TEXT: 'text',
  PASSWORD: 'password',
};

export const ICON_FONT_SIZE: string = '20px';
