Type Alias TokenBoxshadowValue

TokenBoxshadowValue: {
    blendMode?: string;
    blur: string | number;
    color: string;
    spread: string | number;
    type: BoxShadowTypes;
    x: string | number;
    y: string | number;
}