import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; import "./styles.sass"; export const TextBox = (props) => { const handleAnimation = () => props.useRef ? props.useRef.current.classList.value = "textbox-wrapper" : ""; return (