UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 156 B
export declare const toRGBA: (rgb: string, a?: string) => string | undefined; export declare const toRGB: (color: string) => string | number[] | undefined;