import * as elements from "typed-html";
export const InputGroup = ({ label, name, value, type = "text", required = false }: any) => (
);
export const TextAreaGroup = ({ label, name, value }: any) => (
);
export const ExperienceForm = ({ exp }: any) => (
);
export const EducationForm = ({ edu }: any) => (
);