(styles)
| 9 | // array thereof. POJOs are treated as inline styles. |
| 10 | // This function returns an object to be spread onto an element. |
| 11 | resolve(styles) { |
| 12 | return { style: styles }; |
| 13 | }, |
| 14 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected