UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

7 lines (5 loc) 186 B
type Colors = { [key: string | number]: string | Colors; }; declare function flattenColorPalette(colors: Colors): Record<string, string>; export { flattenColorPalette as default };