Interface IIgrCircularGradientProps

Hierarchy

Hierarchy

  • IIgrCircularGradientProps

Properties

children?: ReactNode
className?: string
color?: string

Defines the color of the gradient stop

id?: string
offset?: string

Defines where the gradient stop is placed along the gradient vector

opacity?: string | number

Defines the opacity of the gradient stop

style?: CSSProperties