UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 335 B
export declare function calcColorChannels(c: string): { red: number; green: number; blue: number; }; export declare function mixColor(color: string, percent?: number): string; export declare function lighten(color: string, percent?: number): string; export declare function darken(color: string, percent?: number): string;