mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
declare module 'tailwindcss/lib/util/flattenColorPalette' {
|
|
const flattenColorPalette: (colors: any) => Record<string, string>;
|
|
export default flattenColorPalette;
|
|
}
|