UNPKG

179 BTypeScriptView Raw
1/**
2 * 将颜色转换到 rgb 的格式
3 * @param {color} color 颜色
4 * @return 将颜色转换到 '#ffffff' 的格式
5 */
6export declare function toRGB(color: string): string;