(prop)
| 312 | } |
| 313 | |
| 314 | function isFontWeightProperty(prop) { |
| 315 | return prop === 'fontWeight' |
| 316 | } |
| 317 | |
| 318 | export const convertCssPropertiesToCamelCase = function (props) { |
| 319 | const output = {} |
no outgoing calls
no test coverage detected
searching dependent graphs…