UNPKG

@nebular/theme

Version:
7 lines (6 loc) 255 B
export declare class NbColorHelper { static shade(color: any, weight: any): string; static tint(color: any, weight: any): string; static mix(color1: any, color2: any, weight: any): string; static hexToRgbA(hex: any, alpha: any): string; }