Skip to content

Type Alias: StyleValue

ts
type StyleValue =
  | false
  | null
  | undefined
  | string
  | CSSProperties
  | StyleValue[];