Files
albert.lol-nextjs/tailwindcss.d.ts
T
2024-12-19 21:30:05 +01:00

7 lines
190 B
TypeScript

declare module "tailwindcss/lib/util/flattenColorPalette" {
const flattenColorPalette: (
colors: Record<string, any>,
) => Record<string, string>;
export default flattenColorPalette;
}