UNPKG

@nexim/tailwind-material-colors

Version:

A Tailwind CSS plugin to automatically generate and apply Material Design 3 color palettes.

8 lines 283 B
/** * Converts a Material Color Utilities ARGB number to an "R, G, B" string. * * @param color - The ARGB color number. * @returns A string representation of the RGB values. */ export declare const colorToRgbString: (color: number) => string; //# sourceMappingURL=utils.d.ts.map