UNPKG

zent

Version:

一套前端设计语言和基于React的实现

10 lines (9 loc) 271 B
import { IHSL, IHSLA, IHSV, IHSVA, IRGB, IRGBA } from './interfaces'; export declare function inputToRGB(color: string | IRGB | IRGBA | IHSL | IHSLA | IHSV | IHSVA | any): { ok: boolean; format: any; r: number; g: number; b: number; a: number; };