mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-05-01 04:34:23 +02:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
declare module "tailwindcss/lib/util/flattenColorPalette" {
|
|
const flattenColorPalette: (
|
|
colors: Record<string, any>,
|
|
) => Record<string, string>;
|
|
export default flattenColorPalette;
|
|
}
|