styled.ts 162 B

12345678
  1. import styled from 'styled-components';
  2. export const TextWrapper = styled.span`
  3. white-space: pre;
  4. letter-spacing: -1px;
  5. `;
  6. export const Img = styled.img``;