styled.ts 138 B

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