advint-user-admin
Version:
开箱即用的后台管理基础用户系统组件
6 lines (5 loc) • 353 B
TypeScript
export declare const handleThemeStyle: (theme: string) => void;
export declare const hexToRgb: (str: string) => string[];
export declare const rgbToHex: (r: string, g: string, b: string) => string;
export declare const getLightColor: (color: string, level: number) => string;
export declare const getDarkColor: (color: string, level: number) => string;