Type alias CSSDecl

CSSDecl: { property: string; value: string | string[] }

Type declaration

  • property: string
  • value: string | string[]