I want to wrap up my ant-design components with styled-components, I know that this is possible (https://gist.github.com/samuelcastro/0ff7db4fd54ce2b80cd1c34a85b40c08) however I
The above solutions didn't work for me, this solved it though.
const Button = styled((props: NativeButtonProps) => )``;