Skip to content

Commit

Permalink
fix(types.d.ts): correct formatting by removing unnecessary whitespac…
Browse files Browse the repository at this point in the history
…e in module declaration
  • Loading branch information
keksiqc committed Dec 4, 2024
1 parent 361c20f commit 23a40c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'tailwindcss/lib/util/flattenColorPalette' {
const flattenColorPalette: (colors: any) => Record<string, string>
export default flattenColorPalette
}
}

0 comments on commit 23a40c9

Please sign in to comment.