Claudivan Barreto
Results
2
issues of
Claudivan Barreto
ref https://github.com/react-component/switch/issues/57
I'm styling switch with styled-components in TypeScript like this: ```jsx import styled from "styled-components"; import Switch from "rc-switch"; export const StyledSwitch = styled(Switch)(({ checked, disabled }) => { position: "relative",...