Rate this page:

PlainStyles

Copy URL
PlainStyles: 

Record<keyof CSSStyleDeclaration, string | null>

CSS styles as a record of property names and values, like:

{ width: '100px', height: '100px' }