ShadowConfig: {
    color: string;
    opacity: number;
    offset: { x: number; y: number };
    blurRadius: number;
}

Type declaration

  • color: string

    The color of the shadow.

    "#000000"
    
  • opacity: number

    The alpha or opacity of the shadow.

    0.05
    
  • offset: { x: number; y: number }

    The positioning of the shadow relative to the component. For example, a negative x and y will result in a shadow placed below and to the left of the component.

    {x: 0, y: 2}
    
  • blurRadius: number

    The blur radius of the shadow.

    4
    
MMNEPVFCICPMFPCPTTAAATR