Generic CSS properties map.

Allows any CSS properties. Requires $$css one, if present, to be a string.

Hierarchy

  • Generic

Indexable

[key: string]: StypValue

Properties

Properties

$$css?: string

Raw CSS text.

Never interpreted by the library.

Note that it is rendered before the rest of the properties in the map. So the latter take precedence.

A stypRenderText renderer is responsible for raw CSS text rendering.

Generated using TypeDoc