OptionalstyleMay be used to add vendor prefixes when applying inline styles when needed.
This function is called when VNodeProperties#styles is used.
This function should execute domNode.style[styleName] = value or do something smarter.
The DOM Node that needs to receive the style
The name of the style that should be applied, for example transform.
The value of this style, for example rotate(45deg).
Options that may be passed when creating the Projector