UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

4 lines (3 loc) • 193 B
import type { RgbaColor } from 'react-colorful'; export declare const stringToRgba: (rgbaString: string) => RgbaColor; export declare const rgbaToString: ({ r, g, b, a }: RgbaColor) => string;