styled.ts 118 B

123456
  1. import styled from 'styled-components';
  2. export const Wrapper = styled.div`
  3. touch-action: none;
  4. outline: none;
  5. `;