Style
/ API Reference / Types
Style
/ API Reference / Types

T_Style

import { CSSProperties } from 'react'

type T_Style = CSSProperties & {
  [key: `--${string}`]: any
}