mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
declare module 'tailwindcss/lib/util/flattenColorPalette' {
|
|
export default function flattenColorPalette(
|
|
pallette: Record<string, string>,
|
|
): Record<string, string>;
|
|
}
|