UNPKG

@eureca/eureca-ui

Version:

UI component library of Eureca's user and admin apps

16 lines (13 loc) 555 B
const status = { 1: { title: "Informações Gerais", icon: ["fal", "user-edit"] }, 2: { title: "Localidade", icon: ["fal", "map-marked-alt"] }, 3: { title: "Formação", icon: ["fal", "graduation-cap"] }, 4: { title: "Interesses", icon: ["fal", "tasks"] }, 5: { title: "Experiências", icon: ["fal", "chart-network"] }, 6: { title: "Habilidades", icon: ["fal", "tools"] }, 7: { title: "Mais perto de você", icon: ["fal", "comment-dots"] } }; function decoder(type) { return status[type] || {}; } export { decoder as userStepsDecoder };