Skip to content

Instantly share code, notes, and snippets.

@nicokoelewijn
Last active January 3, 2019 14:59
Show Gist options
  • Save nicokoelewijn/9bdcbfd58d5c8a292acd4ce8d4e58527 to your computer and use it in GitHub Desktop.
Save nicokoelewijn/9bdcbfd58d5c8a292acd4ce8d4e58527 to your computer and use it in GitHub Desktop.
import _R from 'react';
import { StyledComponentClass as _S } from 'styled-components';
import styled from '../../utility/styled';
// import ThemeType from '../../types/ThemeType';
type PropsType = {};
const Styled$@ = styled.div`
border: 1px solid red;
`;
export default Styled$@;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment