Repository URL to install this package:
Version:
0.14.1 ▾
|
// import styled, { css, ThemedStyledInterface, StyledFunction } from 'styled-components'
// const Aw = styled.div `
// ${props =>
// props.isMagic &&
// css `
// color: black;
// `};
// `