Type alias ElementInlineStyle

ElementInlineStyle: {
    readonly [T in CSSPropertyNames]?: string
}

The inline style for for a virtual DOM element.

Style attributes use the JS camel-cased property names instead of the CSS hyphenated names for performance and security.