Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import styled from 'styled-components';
  2. import ThirdPartComponent from 'antOrAnySimilarLibrary';
  3.  
  4. const YourStyledComponent = styled(ThirdPartComponent)`
  5. a {
  6. display: none;
  7. }
  8. `;
  9.  
  10. export YourStyledComponent;
Add Comment
Please, Sign In to add comment