Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / src / playground / Styleh / styled-components.tsx
Size: Mime:
// import styled, { css, ThemedStyledInterface, StyledFunction } from 'styled-components'
// const Aw = styled.div `
//   ${props =>
//     props.isMagic &&
//     css `
//       color: black;
//     `};
// `