UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

8 lines (7 loc) 202 B
export interface ChangeColorInterface { color: string hexToRgb(): string[] | void rgbToHex(...rgb: string[]): string getDarkColor(level: number): string getLightColor(level: number): string }