import styled from '@emotion/styled'; const TextEllipsis = styled.p({ textOverflow: 'ellipsis', whiteSpace: 'nowrap', overflow: 'hidden', }); export default TextEllipsis;