compiled
compiled copied to clipboard
Support styled-components syntax
Is your feature request related to a problem? Please describe.
```export const ButtonComponent = styled.buttonborder: none; width: 36px; height: 36px; background-color: rgba(255, 255, 255, 0); cursor: ${({ disabled}) => (disabled ? 'not-allowed' : 'pointer')}; ${({ styles }) => (styles ? styles : '')}
;
**Describe the solution you'd like**
support non-property based props resolving ${({ styles }) => (styles ? styles : '')}
Hi @alexkas1977, thanks for raising this. We'll look into it along with #390 , which is currently in progress
Hi @alexkas1977, thanks for raising this. We'll look into it along with #390 , which is currently in progress
I believe, #390 is about the same Just, please, add possibility to resolve to more than one property or empty string