redbox-react
redbox-react copied to clipboard
style prop has incorrect type in typescript type file
The type for the style prop in the typescript file is incorrect, given that the style object expected has namespaces (e.g. redbox), which is not a valid CSSProperty.
https://github.com/commissure/redbox-react/pull/119 should fix this