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