UNPKG

119 BTypeScriptView Raw
1/**
2 * rgb 颜色转换成数组
3 * @param str
4 * @returns
5 */
6export declare function rgb2arr(str: string): number[];